I can populate selectbox options like this: <?php $args = array( 'taxonomy' => array( 'country', ), 'hide_empty' => 0, 'name' => 'country' ); ...
-
May 29, 2022
- 0 Comments