Advertisement
GochiSiyan

override theme asset

Jan 24th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_action('wp_enqueue_scripts', function () {
  2. wp_deregister_script('jnews-carousel');
  3. wp_register_script( 'jnews-carousel', get_theme_file_uri('assets/js/jnewscarousel.js') , array( 'tiny-slider-noconflict' ), wp_get_theme()->get('Version'), null );
  4. }, 99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement