7 lines
190 B
JavaScript
7 lines
190 B
JavaScript
jQuery(document).ready(function(){
|
|
jQuery(function() {
|
|
if (jQuery('.color-picker').length !== 0){
|
|
jQuery('.color-picker').wpColorPicker();
|
|
}
|
|
});
|
|
}); |