Description
Filters the number of terms displayed per page for the Tags list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-terms-list-table.php | 90 |
Parameters
Type | Name | Description |
---|---|---|
int | $tags_per_page | Number of tags to be displayed. Default 20. |
PHP Doc
/**
* Filters the number of terms displayed per page for the Tags list table.
*
* @since 2.8.0
*
* @param int $tags_per_page Number of tags to be displayed. Default 20.
*/