apply_filters( 'wp_user_dashboard_widgets', string[] $dashboard_widgets )

Filters the list of widgets to load for the User Admin dashboard.


Description Description


Parameters Parameters

$dashboard_widgets

(string[]) An array of dashboard widget IDs.


Top ↑

Source Source

File: wp-admin/includes/dashboard.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.