(function( $ ) { // Add Color Picker to the color input box $(function() { $('#acb-form-color').wpColorPicker(); }); // Add Color Picker to the text color input box $(function() { $('#acb-form-textcolor').wpColorPicker(); }); })( jQuery );