ASTRA_THEME_SETTINGS . '[enable-scroll-to-id]', 'default' => astra_get_option( 'enable-scroll-to-id' ), 'type' => 'control', 'control' => 'ast-toggle-control', 'title' => __( 'Enable Smooth Scroll to ID', 'astra' ), 'section' => 'section-global-misc', 'divider' => array( 'ast_class' => 'ast-section-spacing' ), 'priority' => 10, ), ); return array_merge( $configurations, $_configs ); } } new Astra_Global_Misc_Configs();