wpseo_import_other_plugins_internal хук-событиеYoast 1.0

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...
}

Где вызывается хук

В файле: /admin/views/tabs/tool/import-seo.php
wpseo_import_other_plugins_internal
yoast/admin/views/tabs/tool/import-seo.php 84
do_action( 'wpseo_import_other_plugins_internal' );

Где используется хук в Yoast SEO

Использование не найдено.