apply_filters( 'sfwd_cpt_options', array $post_options , string $post_type )
Filters the custom post type registration options.
Description Description
Parameters Parameters
- $post_options
-
An array of post options.
- $post_type
-
Post type slug.
Source Source
File: includes/class-ld-cpt.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |