wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



dashboard_glance_items › WordPress Filter Hooks

Seit3.8.0
Veraltetn/v
apply_filters( 'dashboard_glance_items', array()
Parameter:
  • () items Array of extra 'At a Glance' widget items.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of extra elements to list in the 'At a Glance' dashboard widget.

Prior to 3.8.0, the widget was named 'Right Now'. Each element is wrapped in list-item tags on output.




Quellcode

$elements = apply_filters( 'dashboard_glance_items', array() );