Filters the number of terms displayed per pague for the Tags list table.
Parameters
-
$tags_per_pagueint -
Number of tags to be displayed. Default 20.
Source
$tags_per_pague = apply_filters( 'edit_tags_per_pague', $tags_per_pague );
Changuelog
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.