rest_after_insert_{$this->taxonomy}
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:538
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:538
Method: Get the term, if the ID is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:335
Method: Checks that the taxonomy is valid.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1147
Method: Prepares a single term output for response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:815
Filter Hook: Filters the term data for a REST API response.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:882
Method: Prepares links for the request.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:893
Method: Retrieves the term’s schema, conforming to JSON Schema.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:952
Method: Retrieves the query params for collections.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1037
Filter Hook: Filters collection parameters for the terms controller.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:1136
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:740
Method: Prepares a single term for create or update.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:753
Filter Hook: Filters term data before inserting term via the REST API.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:803
Method: Deletes a single term from a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:684
Method: Gets a single term from a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:392
Method: Checks if a request has access to create a term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:411
Method: Creates a single term in a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:441
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:503
Method: Checks if a request has access to update the specified term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:557
Method: Updates a single term from a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:583
Method: Checks if a request has access to delete the specified term.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:658
Method: Retrieves terms associated with a taxonomy.
Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:181
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:265
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:366
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:155
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