Retrieves the query params for collections.
WP_REST_Terms_Controller::get_item_schema
Retrieves the term’s schema, conforming to JSON Schema.
WP_REST_Terms_Controller::prepare_links
Prepares links for the request.
WP_REST_Terms_Controller::prepare_item_for_response
Prepares a single term output for response.
Advertisement
WP_REST_Terms_Controller::prepare_item_for_database
Prepares a single term for create or update.
WP_REST_Terms_Controller::delete_item
Deletes a single term from a taxonomy.
WP_REST_Terms_Controller::delete_item_permissions_check
Checks if a request has access to delete the specified term.
WP_REST_Terms_Controller::update_item
Updates a single term from a taxonomy.
Advertisement
WP_REST_Terms_Controller::update_item_permissions_check
Checks if a request has access to update the specified term.
WP_REST_Terms_Controller::create_item
Creates a single term in a taxonomy.
WP_REST_Terms_Controller::create_item_permissions_check
Checks if a request has access to create a term.
WP_REST_Terms_Controller::get_item
Gets a single term from a taxonomy.
Advertisement
WP_REST_Terms_Controller::get_item_permissions_check
Checks if a request has access to read or edit the specified term.
WP_REST_Terms_Controller::get_term
Get the term, if the ID is valid.
WP_REST_Terms_Controller::get_items
Retrieves terms associated with a taxonomy.