apply_filters( ‘edit_categories_per_page’, int $tags_per_page )

In this article

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

Parameters

$tags_per_pageint
Number of categories to be displayed. Default 20.

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.