Filter hook 'dashboard_secondary_items'

in WP Core File wp-admin/includes/dashboard.php at line 1610

Description

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

Occurrences

Filename Line Number
wp-admin/includes/dashboard.php 1610

Parameters

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

PHP Doc

/**
			 * Filters the number of secondary link items for the 'WordPress Events and News' dashboard widget.
			 *
			 * @since 4.4.0
			 *
			 * @param string $items How many items to show in the secondary feed.
			 */