wp_dashboard_setup

wp_dashboard_setup

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp_dashboard_setup') is found 1 times:

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

See this hook used in plugins: