Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::set_hierarchical_display() | Sets whether the table layout should be hierarchical or not. |
wp-admin/includes/post.php: wp_edit_posts_query() | Run the wp query to fetch the posts for listing on the edit posts page |
wp-admin/includes/post.php: edit_posts_per_page | Filters the number of posts displayed per page when specifically listing “posts”. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: set_user_setting() | Adds or updates user interface setting. |
wp-includes/option.php: get_user_setting() | Retrieves user interface setting value based on setting name. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: wp_count_posts() | Count number of posts of a post type and if user has permissions to view. |
wp-includes/post.php: is_post_type_hierarchical() | Whether the post type is hierarchical. |
wp-includes/post.php: get_post_stati() | Get a list of post statuses. |