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