esc_js( $parallax_preset['image_layer'] ), 'parallax_texture_layer' => esc_js( $parallax_preset['texture_layer'] ), 'parallax_color_layer' => esc_js( $parallax_preset['color_layer'] ), 'parallax_content_layer' => esc_js( $parallax_preset['content_layer'] ), 'vert_state' => esc_js( get_theme_mod( BEYROUTH_OPTIONS::VERT_NAVBAR_DISPLAY_SETTING, BEYROUTH_DEFAULTS::VERT_NAVBAR_DISPLAY_SETTING ) ), ); $beyrouth_general_JS = array( 'ease_scroll_toggle' => get_theme_mod( BEYROUTH_OPTIONS::EASE_SCROLL_TOGGLE, BEYROUTH_DEFAULTS::EASE_SCROLL_TOGGLE ) ? 'yes' : 'no', ); $beyrouth_parallax_JS = array( 'intensity_value' => intval( beyrouth_get_parallax_preset('vertical') ) ); // Localizations wp_localize_script( 'beyrouth-header', 'beyrouth_local', $beyrouth_header_JS ); wp_localize_script( 'beyrouth-general', 'beyrouth_local_general', $beyrouth_general_JS ); wp_localize_script( 'beyrouth-parallax', 'beyrouth_local_parallax', $beyrouth_parallax_JS ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'beyrouth_scripts' );