Select with Tags
Select with tags
Select with default wordpress post tags learn more query_args
array(
'id' => 'unique_option_510',
'type' => 'select',
'title' => 'Select Field for Post Tags',
'options' => 'tags',
'query_args' => array(
'orderby' => 'name',
'order' => 'ASC',
),
'default_option' => 'Select a tag',
),
Last updated