ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php

rest_{$this->post_type}_item_schema

Filter Hook: Filters the post’s schema.

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

Used by 1 function | Uses 0 functions

WP_REST_Posts_Controller::prepare_tax_query()

Method: Prepares the ‘tax_query’ for a collection of posts.

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

Used by 1 function | Uses 0 functions

WP_REST_Posts_Controller::prepare_taxonomy_limit_schema()

Method: Prepares the collection schema for including and excluding items by terms.

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

Used by 1 function | Uses 0 functions

rest_after_insert_{$this->post_type}

Action Hook: Fires after a single post is completely created or updated via the REST API.

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

Used by 2 functions | Uses 0 functions

WP_REST_Posts_Controller::check_status()

Method: Checks whether the status is valid for the given post.

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

Used by 0 functions | Uses 1 function

WP_REST_Posts_Controller::check_password_required()

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

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

Used by 0 functions | Uses 1 function

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:1632

Used by 4 functions | Uses 0 functions

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:1654

Used by 3 functions | Uses 3 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:1697

Used by 3 functions | Uses 2 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:1715

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