Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • mydesignbytes
    Participant

    @mydesignbytes

    I second this!


    mydesignbytes
    Participant

    @mydesignbytes

    Simple just add to your functions.php in your main theme:

    add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );

    function my_deregister_javascript() {
    wp_deregister_script( 'jquery' );
    }

    No more jquery!

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar