wp/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    25 		$this->namespace = 'wp/v2';
    25 		$this->namespace = 'wp/v2';
    26 		$this->rest_base = 'taxonomies';
    26 		$this->rest_base = 'taxonomies';
    27 	}
    27 	}
    28 
    28 
    29 	/**
    29 	/**
    30 	 * Registers the routes for the objects of the controller.
    30 	 * Registers the routes for taxonomies.
    31 	 *
    31 	 *
    32 	 * @since 4.7.0
    32 	 * @since 4.7.0
    33 	 *
    33 	 *
    34 	 * @see register_rest_route()
    34 	 * @see register_rest_route()
    35 	 */
    35 	 */