| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Taxonomy API: WP_Taxonomy class
| File Size: | 661 lines (19 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __construct( $taxonomy, $object_type, $args = array() X-Ref |
| Constructor. See the register_taxonomy() function for accepted arguments for `$args`. param: string $taxonomy Taxonomy key, must not exceed 32 characters. param: array|string $object_type Name of the object type for the taxonomy object. param: array|string $args Optional. Array or query string of arguments for registering a taxonomy. |
| set_props( $object_type, $args ) X-Ref |
| Sets taxonomy properties. See the register_taxonomy() function for accepted arguments for `$args`. param: string|string[] $object_type Name or array of names of the object types for the taxonomy. param: array|string $args Array or query string of arguments for registering a taxonomy. |
| add_rewrite_rules() X-Ref |
| Adds the necessary rewrite rules for the taxonomy. |
| remove_rewrite_rules() X-Ref |
| Removes any rewrite rules, permastructs, and rules for the taxonomy. |
| add_hooks() X-Ref |
| Registers the ajax callback for the meta box. |
| remove_hooks() X-Ref |
| Removes the ajax callback for the meta box. |
| get_rest_controller() X-Ref |
| Gets the REST API controller for this taxonomy. Will only instantiate the controller class once per request. return: WP_REST_Controller|null The controller instance, or null if the taxonomy |
| get_default_labels() X-Ref |
| Returns the default labels for taxonomies. return: (string|null)[][] The default labels for taxonomies. |
| reset_default_labels() X-Ref |
| Resets the cache for the default labels. |
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |