wp_dashboard_widgets

Advertisement

Summery Summery

Filters the list of widgets to load for the admin dashboard.

Syntax Syntax

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

Parameters Parameters

$dashboard_widgets

An array of dashboard widget IDs.

Source Source

File: wp-admin/includes/dashboard.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Advertisement

Leave a Reply