You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tripflex Are you referring to chosen and the original PR that this references?
We could, but it has a bit of a cascading effect unless we update templates/form-fields/term-multiselect-field.php and templates/form-fields/multiselect-field.php. Those blindly enqueue wp-job-manager-multiselect which has no effect if that is never registered (which is good if we have disabled the library). We could, technically, register chosen JS and CSS and leave them out there, but if we are replacing that library soon I'd rather not make it easier for people to add dependencies other than wp-job-manager-multiselect.
See: #1354
Remove constant check and compatibility filters that maintain the old enqueueing strategy:
WP-Job-Manager/wp-job-manager.php
Lines 230 to 261 in b0a781a
The text was updated successfully, but these errors were encountered: