We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f779a6c commit 89792e0Copy full SHA for 89792e0
ReduxCore/framework.php
@@ -2227,7 +2227,7 @@ public function _register_settings() {
2227
*/
2228
do_action( "redux/options/{$this->args['opt_name']}/register", $this->sections);
2229
2230
- if ( $runUpdate && !isset( $this->parent->never_save_to_db ) ) { // Always update the DB with new fields
+ if ( $runUpdate && !isset( $this->never_save_to_db ) ) { // Always update the DB with new fields
2231
$this->set_options( $this->options );
2232
}
2233
0 commit comments