wpseo_xml_sitemap_include_images

wpseo_xml_sitemap_include_images

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_xml_sitemap_include_images') 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.