wpseo_double_clean_titles хук-событие . Yoast 1.0
Make sure we can recognize the right action for the double cleaning.
Использование
add_action( 'wpseo_double_clean_titles', 'action_function_name_9713' ); function action_function_name_9713(){ // action... }
Где вызывается хук
wpseo_double_clean_titles
yoast/inc/options/class-wpseo-option-titles.php 159
do_action( 'wpseo_double_clean_titles' );
Где используется хук в ядре Yoast SEO
yoast/inc/options/class-wpseo-option-titles.php 633
add_action( 'wpseo_double_clean_titles', [ $this, 'clean' ] );