Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_enqueue_scripts', function () {
- wp_deregister_script('jnews-carousel');
- wp_register_script( 'jnews-carousel', get_theme_file_uri('assets/js/jnewscarousel.js') , array( 'tiny-slider-noconflict' ), wp_get_theme()->get('Version'), null );
- }, 99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement