wpseo_do_sitemap_ . $type
wpseo_do_sitemap_ . $type
Appears in: wordpress-seo.28.1
Hook Type: action
Displaying hooks found in version: wordpress-seo.28.1do_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; }