wp_user_dashboard_setup action-hook . WP 3.1.0
Fires after core widgets for the User Admin dashboard have been registered.
Usage
add_action( 'wp_user_dashboard_setup', 'action_function_name_6077' ); function action_function_name_6077(){ // action... }
Changelog
Since 3.1.0 | Introduced. |
Where the hook is called
wp_user_dashboard_setup
wp-admin/includes/dashboard.php 106
do_action( 'wp_user_dashboard_setup' );