(function( $ ) { // Add Color Picker to all inputs that have 'color-field' class $(function() { $('.betilu-color-field').wpColorPicker(); }); })( jQuery );