• how to register and enqueue this code. I want to use jquery easing plugin but i have this code how to use it in my wordpress. please give me example

    function my_js_method() {
    wp_register_script( ‘jquery.pluginname’, get_bloginfo(‘template_directory’) . ‘/js/PATH-TO-JS-FILE.file.min.js’);
    wp_enqueue_script( ‘jquery.pluginname’ );
    }

  • The topic ‘jquery easing plugin’ is closed to new replies.