Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: edit_{$post_type}_per_page | Filters the number of items per page to show for a specific ‘per_page’ type. |
wp-admin/includes/post.php: get_available_post_statuses() | Get all the possible statuses for a post_type |
wp-admin/includes/post.php: edit_posts_per_page | Filters the number of posts displayed per page when specifically listing “posts”. |
wp-includes/functions.php: wp() | Set up the WordPress query. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/user.php: get_user_option() | Retrieve user option that can be either per Site or per Network. |
wp-includes/post.php: get_post_stati() | Get a list of post statuses. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |
wp-includes/post.php: is_post_type_hierarchical() | Whether the post type is hierarchical. |