• Basisthema
  • Tweede menu item
    • Sub menu item
Inloggen
Home » jQuery terug inladen in WordPress thema

jQuery terug inladen in WordPress thema

jQuery terug inladen in WordPress thema

PHP Code

php
function reregister_jquery()
{
        wp_enqueue_script('jquery-core', includes_url('/js/jquery/jquery.min.js'), array(), null, false);
        wp_enqueue_script('jquery-migrate', includes_url('/js/jquery/jquery-migrate.min.js'), array('jquery-core'), null, false);
        wp_enqueue_script('jquery');
}
Bekijk Snippet

Door Gladior

  • Facebook
  • Linkedin
  • Mail
  • Instagram

Contact

service@gladior.com

Overige informatie

Basisthema voor WordPress