apply_filters( ‘dashboard_secondary_items’, string $items )

In this article

Filters the number of secondary link items for the ‘WordPress Events and News’ dashboard widget.

Parameters

$itemsstring
How many items to show in the secondary feed.

Source

'items'        => apply_filters( 'dashboard_secondary_items', 3 ),

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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