Added color picker to the settings page

and and added that you can set the titles for the buttons to!
This commit is contained in:
2025-06-29 23:33:54 -07:00
parent 7cac0343ba
commit ee36079405
3 changed files with 95 additions and 66 deletions

View File

@ -0,0 +1,3 @@
jQuery(document).ready(function ($) {
$('.wp-color-picker').wpColorPicker();
});

1
assets/js/cw-color-picker.min.js vendored Normal file
View File

@ -0,0 +1 @@
jQuery(document).ready(function(o){o(".wp-color-picker").wpColorPicker()});