LLMS_Post_Types::register_taxonomy( string $name, string|array $object, array $data )
Register a custom post type taxonomy Automatically checks for duplicates and filters data
Description Description
Parameters Parameters
- $name
-
(Required) Taxonomy name.
- $object
-
(Required) Post type object(s) to associate the taxonomy with.
- $data
-
(Required) Taxonomy data.
Return Return
(void)
Source Source
File: includes/class.llms.post-types.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |