wpseo_xsl_(type) хук-событие . Yoast 1.0
Fires for the output of XSL for XML sitemaps, other than type "main".
Использование
add_action( 'wpseo_xsl_(type)', 'action_function_name_3017' ); function action_function_name_3017(){ // action... }
Где вызывается хук
wpseo_xsl_(type)
yoast/inc/sitemaps/class-sitemaps.php 421
do_action( 'wpseo_xsl_' . $type );