Remove square Open Graph image

This commit is contained in:
2026-04-29 13:13:19 -05:00
parent 10ef2dd28c
commit b6ca3c3d38
4 changed files with 5 additions and 14 deletions

View File

@@ -49,11 +49,6 @@ function asc_sp_event_open_graph_images( WP_Post $post ) {
'width' => '1200',
'height' => '628',
),
array(
'url' => asc_sp_event_matchup_image_url( $post, 'square' ),
'width' => '1200',
'height' => '1200',
),
);
}