function my_javascripts() { wp_enqueue_script( 'the-script-handle', 'path/to/file.js', array( 'jquery','other_script_that_we_depend_on' ), 'scriptversion eg. 1.0', true); } add_action( 'wp_enqueue_scripts', 'my_javascripts' );

Page Not Found

GO BACK TO HOME