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