wpseo_sitemap_index_links, $links

wpseo_sitemap_index_links, $links

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_sitemap_index_links, $links') is found 1 times:

  • /inc/sitemaps/class-sitemaps.php line 422
    		 * Filter the sitemap links array before the index sitemap is built.
    		 *
    		 * @param array  $links Array of sitemap links
    		 */
    		$links = apply_filters( 'wpseo_sitemap_index_links', $links );
    
    		if ( empty( $links ) ) {
    			$this->bad_sitemap = true;
    			$this->sitemap     = '';
    
    			return;