rightnow_end хук-событие . WP 2.5.0
Fires at the end of the 'At a Glance' dashboard widget.
Prior to 3.8.0, the widget was named 'Right Now'.
Использование
add_action( 'rightnow_end', 'action_function_name_3565' ); function action_function_name_3565(){ // action... }
Список изменений
С версии 2.5.0 | Введена. |
Где вызывается хук
wp-admin/includes/dashboard.php 402
do_action( 'rightnow_end' );