WP_REST_Terms_Controller::check_read_terms_permission_for_post()
Method: Checks if the terms for a post can be read.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:156
Method: Checks if the terms for a post can be read.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:156
Action Hook: Fires after a single term is completely created or updated via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:594
Method: Get the term, if the ID is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:391
Method: Checks that the taxonomy is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1204
Method: Retrieves the term’s schema, conforming to JSON Schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1009
Method: Retrieves the query params for collections.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1094
Filter Hook: Filters collection parameters for the terms controller.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1193
Method: Prepares a single term output for response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:871
Filter Hook: Filters the term data for a REST API response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:940
Method: Prepares links for the request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:951
Method: Deletes a single term from a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:740
Action Hook: Fires after a single term is deleted via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:796
Method: Prepares a single term for create or update.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:809
Filter Hook: Filters term data before inserting term via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:859
Method: Checks if a request has access to update the specified term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:613
Method: Updates a single term from a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:639
Method: Checks if a request has access to delete the specified term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:714
Method: Gets a single term from a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:448
Method: Checks if a request has access to create a term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:467
Method: Creates a single term in a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:497
Action Hook: Fires after a single term is created or updated via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:559
Method: Constructor.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:66
Method: Registers the routes for terms.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:82
Method: Checks if a request has access to read terms in the specified taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:184
Method: Retrieves terms associated with a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:234
Filter Hook: Filters get_terms() arguments when querying terms via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:318
Method: Checks if a request has access to read or edit the specified term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:422
Class: Core class used to managed terms associated with a taxonomy via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:17