add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

7
assets/js/admin/app.js Normal file
View File

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