-
-
Save carmoreira/db8835e487217f79ae2650b52ea80e05 to your computer and use it in GitHub Desktop.
Fix conflict with WP Travel Engine - Advanced Itinerary Builder and Interactive Geo Maps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the following code should be added to the child theme's function.php file | |
add_action( 'admin_enqueue_scripts', 're_add_color_picker',100 ); | |
function re_add_color_picker() { | |
wp_enqueue_script( 'wp-color-picker' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment