Warning: This hook has been deprecated. Use ‘edit_tags_per_page’ instead.
tagsperpage WordPress Hook
This hook allows you to specify the number of tags to show on each page of your Wordpress site. By default, Wordpress will show 10 tags per page, but you can use this hook to change that number.
apply_filters_deprecated( 'tagsperpage', int $tags_per_page ) #
Filters the number of terms displayed per page for the Tags list table.
Parameters
- $tags_per_page
(int)Number of tags to be displayed. Default 20.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Use 'edit_tags_per_page' instead. |
2.7.0 | Introduced. |