wp_user_dashboard_widgets

wp_user_dashboard_widgets

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_user_dashboard_widgets') is found 1 times:

  • /wp-admin/includes/dashboard.php line 127
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
         * @since 3.1.0
         *
         * @param string[] $dashboard_widgets An array of dashboard widget IDs.
         */
        $dashboard_widgets = apply_filters( 'wp_user_dashboard_widgets', array() );
    } else {
     
        /**
         * Fires after core widgets for the admin dashboard have been registered.
         *
         * @since 2.5.0