Skip to content

Instantly share code, notes, and snippets.

View trevorberman's full-sized avatar

Trevor G Berman trevorberman

View GitHub Profile
function my_assets() {
wp_register_script( 'owl-carousel', get_stylesheet_directory_uri() . '/owl.carousel.js', array( 'jquery' ) );
wp_enqueue_script( 'owl-carousel' );
}
add_action( 'wp_enqueue_scripts', 'my_assets' );