3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
jQuery(document).ready(function ($) {
|
|
$('.wp-color-picker').wpColorPicker();
|
|
}); |