jQuery(document).ready(function(){ jQuery(function() { if (jQuery('.color-picker').length !== 0){ jQuery('.color-picker').wpColorPicker(); } }); });