Skip to content

Instantly share code, notes, and snippets.

View techmuzz's full-sized avatar
👾
Always stay one step ahead of tech

TechMuzz techmuzz

👾
Always stay one step ahead of tech
View GitHub Profile
function custom_scripts_styles_mobile_responsive() {
wp_enqueue_script( 'beautiful-responsive-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0' );
wp_enqueue_style( 'dashicons' );
}
add_action( 'wp_enqueue_scripts', 'custom_scripts_styles_mobile_responsive' );