Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-screen.php: WP_Screen::get_option() | Gets the arguments for an option for the screen. |
wp-admin/includes/class-wp-list-table.php: {$option} | Filters the number of items to be displayed on each page of the list table. |
wp-admin/includes/post.php: edit_posts_per_page | Filters the number of posts displayed per page when specifically listing “posts”. |
wp-admin/includes/class-wp-comments-list-table.php: comments_per_page | Filters the number of comments listed per page in the comments 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/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |