wpseo_import_other_plugins_internal
WARNING: This hook is intended for internal use only. Don't use it in your code as it will be removed shortly.
Использование
add_action( 'wpseo_import_other_plugins_internal', 'wp_kama_wpseo_import_other_plugins_internal_action' );
/**
* Function for `wpseo_import_other_plugins_internal` action-hook.
*
* @return void
*/
function wp_kama_wpseo_import_other_plugins_internal_action(){
// action...
}Где вызывается хук
wpseo_import_other_plugins_internal
yoast/admin/views/tabs/tool/import-seo.php 84
do_action( 'wpseo_import_other_plugins_internal' );