wpseo_do_sitemap_ . $type

wpseo_do_sitemap_ . $type

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

do_action('wpseo_do_sitemap_ . $type') is found 1 times:

  • /inc/sitemaps/class-sitemaps.php line 395
    		if ( has_action( 'wpseo_do_sitemap_' . $type ) ) {
    			/**
    			 * Fires custom handler, if hooked to generate sitemap for the type.
    			 */
    			do_action( 'wpseo_do_sitemap_' . $type );
    
    			return;
    		}
    
    		$this->bad_sitemap = true;
    	}