wpseo_do_sitemap_(type)
Fires custom handler, if hooked to generate sitemap for the type.
Использование
add_action( 'wpseo_do_sitemap_(type)', 'wp_kama_wpseo_do_sitemap_type_action' ); /** * Function for `wpseo_do_sitemap_(type)` action-hook. * * @return void */ function wp_kama_wpseo_do_sitemap_type_action(){ // action... }
Где вызывается хук
wpseo_do_sitemap_(type)
yoast/inc/sitemaps/class-sitemaps.php 395
do_action( 'wpseo_do_sitemap_' . $type );