ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php

WP_REST_Posts_Controller::check_password_required()

Method: Override the result of the post password check for REST requested posts.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:161

Used by 0 functions | Uses 2 functions

WP_REST_Posts_Controller::prepare_item_for_response()

Method: Prepares a single post output for response.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1444

Used by 6 functions | Uses 27 functions

WP_REST_Posts_Controller::handle_terms()

Method: Updates the post’s terms from a REST request.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1266

Used by 2 functions | Uses 4 functions

WP_REST_Posts_Controller::check_assign_terms_permission()

Method: Checks whether current user can assign all terms sent with the current request.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1292

Used by 2 functions | Uses 4 functions

WP_REST_Posts_Controller::check_is_post_type_allowed()

Method: Checks if a given post type can be viewed or managed.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1324

Used by 4 functions | Uses 1 function

WP_REST_Posts_Controller::check_read_permission()

Method: Checks if a post can be read.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1346

Used by 3 functions | Uses 6 functions

WP_REST_Posts_Controller::check_update_permission()

Method: Checks if a post can be edited.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1389

Used by 2 functions | Uses 3 functions

WP_REST_Posts_Controller::check_create_permission()

Method: Checks if a post can be created.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1407

Used by 0 functions | Uses 3 functions

WP_REST_Posts_Controller::check_delete_permission()

Method: Checks if a post can be deleted.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1425

Used by 2 functions | Uses 3 functions

rest_prepare_{$this->post_type}

Filter Hook: Filters the post data for a response.

Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1656

Used by 1 function | Uses 0 functions
1 2 … 5 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy