diff --git a/includes/admin/class-settings.php b/includes/admin/class-settings.php index e60a0e902d..da7933a026 100644 --- a/includes/admin/class-settings.php +++ b/includes/admin/class-settings.php @@ -266,7 +266,7 @@ function get_settings_fields() { 'admin_access' => array( 'name' => 'admin_access', 'label' => __( 'Admin area access', 'dokan-lite' ), - 'desc' => __( 'Allow/Disallow Vendors and Customers from accessing the wp-admin dashboard area', 'dokan-lite' ), + 'desc' => __( 'Disallow Vendors and Customers from accessing the wp-admin dashboard area', 'dokan-lite' ), 'type' => 'checkbox', 'default' => 'on' ), diff --git a/includes/functions.php b/includes/functions.php index b50a011d3f..6c5464cce0 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -3533,6 +3533,7 @@ function dokan_admin_settings_rearrange_map( $option, $section ) { 'contact_seller_dokan_general' => array( 'contact_seller', 'dokan_appearance' ), 'enable_theme_store_sidebar_dokan_general' => array( 'enable_theme_store_sidebar', 'dokan_appearance' ), 'setup_wizard_logo_url_dokan_appearance' => array( 'setup_wizard_logo_url', 'dokan_general' ), + 'disable_welcome_wizard_dokan_selling' => array( 'disable_welcome_wizard', 'dokan_general' ), ) ); if ( isset( $map[ $id ] ) ) {