wpseek.com
A WordPress-centric search engine for devs and theme authors



edit_tags_per_page › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'edit_tags_per_page', $tags_per_page )
Parameters:
  • (int) $tags_per_page Number of tags to be displayed. Default 20.
    Required: Yes
Defined at:
Codex:

Filters the number of terms displayed per page for the Tags list table.





Source

$tags_per_page = apply_filters( 'edit_tags_per_page', $tags_per_page );