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



tagsperpage › WordPress Filter Hooks

Since2.7.0
DeprecatedUse {@see 'edit_tags_per_page'} instead.
$tags_per_page = apply_filters_deprecated( 'tagsperpage', array( $tags_per_page ), '2.8.0', 'edit_tags_per_page' );
Parameters:
  • () 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_deprecated( 'tagsperpage', array( $tags_per_page ), '2.8.0', 'edit_tags_per_page' );