Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters_deprecated() | Fires functions attached to a deprecated filter hook. |
wp-admin/includes/class-wp-terms-list-table.php: edit_tags_per_page | Filters the number of terms displayed per page for the Tags list table. |
wp-admin/includes/class-wp-terms-list-table.php: tagsperpage | Filters the number of terms displayed per page for the Tags list table. |
wp-admin/includes/class-wp-terms-list-table.php: edit_categories_per_page | Filters the number of terms displayed per page for the Categories list table. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/taxonomy.php: wp_count_terms() | Count how many terms are in Taxonomy. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |