term_id, 'category_color', true ); $color = ( ! empty( $color ) ) ? "{$color}" : ''; ?>

id ) { return; } wp_enqueue_script( 'wp-color-picker' ); wp_enqueue_style( 'wp-color-picker' ); } /** * Print colorpicker. */ public function print_colorpicker() { $screen = get_current_screen(); if ( empty( $screen ) || 'edit-category' !== $screen->id ) { return; } ?>