esc_html__( 'Expand child menu', 'arrival' ), 'collapse' => esc_html__( 'Collapse child menu', 'arrival' ), )); // Enqueue skip-link-focus script. wp_enqueue_script( 'arrival-skip-link-focus-fix', get_theme_file_uri( '/assets/js/skip-link-focus-fix.js' ), array('jquery'), ARRIVAL_VER, false ); wp_script_add_data( 'arrival-skip-link-focus-fix', 'defer', true ); wp_enqueue_script( 'arrival-scripts', get_theme_file_uri( '/assets/js/custom-scripts.js' ), array('jquery'), ARRIVAL_VER, false ); // Enqueue comment script on singular post/page views only. if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'arrival_scripts' );