apply_filters( 'edit_categories_per_page', int $tags_per_page )
Filters the number of terms displayed per page for the Categories list table.
Parameters
- $tags_per_page
-
Number of categories to be displayed. Default 20.
Source
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |