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::get_item_schema()

Method: Retrieves the post’s schema, conforming to JSON Schema.

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

Used by 4 functions | Uses 4 functions

WP_REST_Posts_Controller::get_schema_links()

Method: Retrieves Link Description Objects that should be added to the Schema for the posts collection.

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

Used by 2 functions | Uses 0 functions

WP_REST_Posts_Controller::get_collection_params()

Method: Retrieves the query params for the posts collection.

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

Used by 3 functions | Uses 3 functions

rest_{$this->post_type}_collection_params

Filter Hook: Filters collection parameters for the posts controller.

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

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