Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Skjulet scripts

// Register Script
function skjulet_scripts() {

	wp_register_script( 'bootstrap-js', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js', false, '4.5', false );

	wp_register_script( 'ionicons', 'https://unpkg.com/[email protected]/dist/ionicons.js', false, '5.2.3', false );

}
add_action( 'wp_enqueue_scripts', 'skjulet_scripts' );