wpseo_schema_main_image_id

wpseo_schema_main_image_id

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.26.1.1

apply_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.