Files
wp-better-content-warning/assets/js/cw-color-picker.js
Sophia Atkinson ee36079405 Added color picker to the settings page
and and added that you can set the titles for the buttons to!
2025-06-29 23:33:54 -07:00

3 lines
84 B
JavaScript

jQuery(document).ready(function ($) {
$('.wp-color-picker').wpColorPicker();
});