apply_filters( 'sfwd_cpt_register_tax', array $taxonomies )
Filters list of taxonomies to be registered.
Description Description
add_filters are currently added during the add_post_type() method in swfd_cpt.php
Parameters Parameters
- $taxonomies
-
An array of taxonomy lists to be registered.
Source Source
File: includes/class-ld-lms.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |