wpseo_hit_sitemap_index
Использование
add_action( 'wpseo_hit_sitemap_index', 'wp_kama_wpseo_hit_sitemap_index_action' ); /** * Function for `wpseo_hit_sitemap_index` action-hook. * * @return void */ function wp_kama_wpseo_hit_sitemap_index_action(){ // action... }
Где вызывается хук
wpseo_hit_sitemap_index
yoast/inc/sitemaps/class-sitemaps-admin.php 122
do_action( 'wpseo_hit_sitemap_index' );
Где используется хук в Yoast SEO
yoast/inc/sitemaps/class-sitemaps.php 103
add_action( 'wpseo_hit_sitemap_index', [ $this, 'hit_sitemap_index' ] );