Advertisement
fauzanjeg

Fix JKIT conflict with Dynamic Visibility for Elementor plugin

Dec 15th, 2022 (edited)
1,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. /** Fix JKIT conflict with Dynamic Visibility for Elementor plugin */
  2. function enqueue_dce_visibility_script() {
  3.     wp_enqueue_script( 'dce-visibility' );
  4. }
  5. add_action( 'wp_enqueue_scripts', 'enqueue_dce_visibility_script' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement