How to add HTML5 ‘required’ attribute to wp_dropdown_categories() without JavaScripts?
I’m using wp_dropdown_categories() for populating <select> field with custom taxonomy terms. If the code is like below: <?php $args = array( ‘show_option_none’ => … Read more