Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Register custom scripts

// Register Script
function custom_scripts() {

}

// Hook into the 'wp_enqueue_scripts' action
add_action( 'wp_enqueue_scripts', 'custom_scripts' );