We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Your model might contain the supports parameter.
supports
This is an alias for the post_type_supports function from WordPress Core.
post_type_supports
Full list of supported arguments.
Example:
return [ 'active' => true, 'type' => 'cpt', 'name' => 'book', ... 'supports' => [ 'title', 'author', 'excerpt', 'editor', 'page-attributes', 'thumbnail', 'post-formats', ], ... ];
Home
Including the framework