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

id ) { return; } wp_enqueue_script( 'wp-color-picker' ); wp_enqueue_style( 'wp-color-picker' ); } add_action( 'admin_enqueue_scripts', 'ascendoor_magazine_category_colorpicker_enqueue_scripts' ); /** * Print javascript to initialize the colorpicker * * @return void */ function ascendoor_magazine_colorpicker_init_inline_script() { $screen = get_current_screen(); if ( null !== $screen && 'edit-category' !== $screen->id ) { return; } ?>