Error on customizer
-
Hy,
I have the following error Uncaught ReferenceError: wp is not defined. In a Javascript file containing events personalized for the customizer.
This file Js is so called :function fCustomizerPreview6tem9Header()
{
wp_enqueue_script(
‘customizerPreview6tem9Header’,
WP_PLUGIN_URL.’/6tem9Header/js/customizerPreview.js’,
array( ‘jquery’, ‘customize-preview’ ),
”,
true
);
}
add_action( ‘customize_preview_init’, ‘fCustomizerPreview6tem9Header’ );Have you an idea? Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Error on customizer’ is closed to new replies.