wp_user_dashboard_setup

wp_user_dashboard_setup

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp_user_dashboard_setup') is found 1 times:

  • /wp-admin/includes/dashboard.php line 118
    		 * Fires after core widgets for the User Admin dashboard have been registered.
    		 *
    		 * @since 3.1.0
    		 */
    		do_action( 'wp_user_dashboard_setup' );
    
    		/**
    		 * Filters the list of widgets to load for the User Admin dashboard.
    		 *
    		 * @since 3.1.0
    		 *