wpseo_schema_main_image_id
wpseo_schema_main_image_id
Appears in: wordpress-seo.26.1.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.26.1.1apply_filters('wpseo_schema_main_image_id') is found 1 times:
- /src/context/meta-tags-context.php line 672
* Filter: 'wpseo_schema_main_image_id' - Allow changing the main image ID. * * @param int|array $image_id The image ID. */ return \apply_filters( 'wpseo_schema_main_image_id', $image_id ); } /** * Determines whether the current indexable has an image. * * @return bool Whether the current indexable has an image.