apply_filters( 'dashboard_secondary_items', string $items )

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


Parameters

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

Top ↑

Source

File: wp-admin/includes/dashboard.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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