Warning: This hook has been deprecated. Use ‘edit_tags_per_page’ instead.

tagsperpage WordPress Hook

This hook allows you to specify the number of tags to show on each page of your Wordpress site. By default, Wordpress will show 10 tags per page, but you can use this hook to change that number.

apply_filters_deprecated( 'tagsperpage', int $tags_per_page ) #

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


Parameters

$tags_per_page

(int)Number of tags to be displayed. Default 20.


Top ↑

Source

File: wp-admin/includes/class-wp-terms-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.8.0Use 'edit_tags_per_page' instead.
2.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.