Advertisement
Guest User

Jquery No conflict

a guest
Jun 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. //Function to turn off jquery noconflict mode in Wordpress
  2. function so17687619_jquery_add_inline() {
  3.     wp_add_inline_script( 'jquery-core', '$ = jQuery;' );
  4. }
  5. add_action( 'wp_enqueue_scripts', 'so17687619_jquery_add_inline' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement