Works in WordPress 5.2.3
-
To have the search field automatically get focus (so you can click the tab header and then start typing straight away)
in file
admin-category-search/js/categoriesTab.js
change this
jQuery( jQuery(this).attr('href') ).show(); });
into this
jQuery( jQuery(this).attr('href') ).show(); jQuery('#category-search-field').focus(); });
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Works in WordPress 5.2.3’ is closed to new replies.