Kumi
594a694178
Integrated a color picker for the publication status taxonomy terms. - Added color fields to both term edit and add new term screens. - Enqueued color picker script and styles. - Implemented saving mechanism for color data. This enhances user experience by allowing custom colors assignment to taxonomy terms.
3 lines
No EOL
79 B
JavaScript
3 lines
No EOL
79 B
JavaScript
jQuery(document).ready(function($) {
|
|
$('.color-field').wpColorPicker();
|
|
}); |