wpseo_enable_xml_sitemap_transient_caching, false

wpseo_enable_xml_sitemap_transient_caching, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_enable_xml_sitemap_transient_caching, false') is found 1 times:

  • /inc/sitemaps/class-sitemaps-cache.php line 88
    		 * Filter if XML sitemap transient cache is enabled.
    		 *
    		 * @param bool $unsigned Enable cache or not, defaults to true.
    		 */
    		return apply_filters( 'wpseo_enable_xml_sitemap_transient_caching', false );
    	}
    
    	/**
    	 * Retrieve the sitemap page from cache.
    	 *
    	 * @since 3.2