apply_filters( ‘nelio_content_available_post_types_setting’, array $types )
Filters the list of post types that can be selected in the settings screen by a user to be compatible with our plugin.
Parameters
- $types array
(Required) list of post types that may be used with Nelio Content.
Source
File: admin/settings/class-nelio-content-calendar-post-type-setting.php
Changelog
Version | Description |
---|---|
2.2.3 | Introduced. |