sktvideography_start(); function sktvideography_scripts() { wp_enqueue_style( 'sktvideography-responsive-menu', get_template_directory_uri().'/css/responsive-menu.css' ); wp_enqueue_script( 'sktvideography-navigation', get_template_directory_uri() . '/js/navigation.js', array('jquery'), '20190715', true ); wp_enqueue_script( 'sktvideography-customscripts', get_template_directory_uri() . '/js/custom.js', array('jquery') ); wp_localize_script( 'sktvideography-navigation', 'NavigationScreenReaderText', array() ); } add_action( 'wp_enqueue_scripts', 'sktvideography_scripts' );