Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/dashboard.php | apply_filters | 1568 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $items | How many items to show in the secondary feed. |