wpseo_opengraph_image_size, null
wpseo_opengraph_image_size, null
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_opengraph_image_size, null') is found 1 times:
- /src/helpers/open-graph/image-helper.php line 89
* within our own logic. * * @param string|false $size Size string. */ return \apply_filters( 'wpseo_opengraph_image_size', null ); } /** * Retrieves the image data by a given attachment id. * * @param int $attachment_id The attachment id.