wpseo_xml_sitemap_include_images, true
wpseo_xml_sitemap_include_images, true
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_xml_sitemap_include_images, true') is found 2 times:
- /inc/sitemaps/class-post-type-sitemap-provider.php line 47
* Filter - Allows excluding images from the XML sitemap. * * @param bool $include True to include, false to exclude. */ $this->include_images = apply_filters( 'wpseo_xml_sitemap_include_images', true ); } /** * Get the Image Parser. * * @return WPSEO_Sitemap_Image_Parser
- /inc/sitemaps/class-taxonomy-sitemap-provider.php line 36
* Filter - Allows excluding images from the XML sitemap. * * @param bool $include True to include, false to exclude. */ $this->include_images = apply_filters( 'wpseo_xml_sitemap_include_images', true ); } /** * Check if provider supports given item type. * * @param string $type Type string to check for.