wpseo_tools_overview_list_items_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_tools_overview_list_items_internal', 'wp_kama_wpseo_tools_overview_list_items_internal_action' );
/**
* Function for `wpseo_tools_overview_list_items_internal` action-hook.
*
* @return void
*/
function wp_kama_wpseo_tools_overview_list_items_internal_action(){
// action...
}Где вызывается хук
В файле: /admin/pages/tools.php
wpseo_tools_overview_list_items_internal
yoast/admin/pages/tools.php 72
do_action( 'wpseo_tools_overview_list_items_internal' );