- This topic has 1 reply, 2 voices, and was last updated 11 months, 4 weeks ago by .
-
Topic
-
Hi,
Here My Code,
array( 'id' => $prefix . 'name', 'name' => esc_html__( 'All Names', 'text-domain' ), 'type' => 'post', 'multiple' => true, 'post_type' => array( 'names' ), 'select_all_none' => true, 'field_type' => 'select' ), Problem is, there are 16 name in names post type. but only 10 will be selected when i click Select All. Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.