Post type select
Description
Example configuration
...
array(
'title' => 'My post type select field title',
'id' => 'post-type-select-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'post-type' => 'page',
'type' => 'post-type-select',
),
...
Multiple choice

Params
Last updated