Title: Default values
Last modified: August 15, 2020

---

# Default values

 *  Resolved [dale668](https://wordpress.org/support/users/dale668/)
 * (@dale668)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/default-values-10/)
 * Hello!
    After updating to major 4 version default settings that I added with 
   code like
 * Redux::setSection( $opt_name, array(
    ‘title’ => esc_attr__( ‘Contacts & Map’,‘
   the-seo’ ), ‘id’ => ‘contacts’, ‘icon’ => ‘el el-envelope’, ‘fields’ => array(
   array( ‘id’ => ‘phone’, ‘type’ => ‘text’, ‘title’ => esc_attr__( ‘Phone Number’,‘
   the-seo’ ), ‘subtitle’ => esc_attr__( ‘For any section about company.’, ‘the-
   seo’ ), ‘default’ => ” ), array( ‘id’ => ’email’, ‘type’ => ‘text’, ‘title’ =
   > esc_attr__( ‘E-mail’, ‘the-seo’ ), ‘subtitle’ => esc_attr__( ‘For any section
   about company’, ‘the-seo’ ), ‘validate’ => ’email’, ‘msg’ => ‘Wrong e-mail address’,‘
   default’ => ” ),
 *  )
    ) );
 * stop work, all data of my theme’s Theme Options are empty.
 * I need help asap, please, I have a lot of sites with you plugin.
 * Best regards

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/default-values-10/#post-13261121)
 * I am going to be making a push today that resolves this issue. My apologies. 
   If you need it working earlier, download the version of redux found here:
 * [https://github.com/reduxframework/redux-framework-4/archive/master.zip](https://github.com/reduxframework/redux-framework-4/archive/master.zip)
 * Thank you for bringing it to my attention. I’m trying to verify one last change
   so I don’t cause more bugs with the new version. 😉
 *  Plugin Contributor [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * (@dovyp)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/default-values-10/#post-13262748)
 * This has been pushed to the existing 4.1.14 version. Please delete your version
   of Redux and reinstall from WP.org. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Default values’ is closed to new replies.

 * ![](https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347)
 * [Redux Framework](https://wordpress.org/plugins/redux-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redux-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redux-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/redux-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redux-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redux-framework/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dōvy Paukstys](https://wordpress.org/support/users/dovyp/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/default-values-10/#post-13262748)
 * Status: resolved