apply_filters( ‘nelio_content_register_reference_post_type’, array $args )
Filters the args of the nc_reference post type.
Parameters
- $args array
(Required) The arguments, as defined in WordPress function register_post_type.
Source
File: includes/references/class-nelio-content-reference-post-type-register.php
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |