activity_box_end action-hook . WP 2.0.0
Fires at the end of the 'At a Glance' dashboard widget.
Prior to 3.8.0, the widget was named 'Right Now'.
Usage
add_action( 'activity_box_end', 'action_function_name_3199' ); function action_function_name_3199(){ // action... }
Changelog
Since 2.0.0 | Introduced. |
Where the hook is called
wp-admin/includes/dashboard.php 411
do_action( 'activity_box_end' );
Where in WP core the hook is used WordPress
wp-admin/includes/dashboard.php 14
add_action( 'activity_box_end', 'wp_dashboard_quota' );