plugin updates

This commit is contained in:
Tony Volpe
2024-11-20 22:40:39 -05:00
parent 0238f0c4ca
commit 3362947c6e
434 changed files with 13405 additions and 9202 deletions

View File

@@ -1677,7 +1677,6 @@ class Settings {
} else if ( is_string( $callback ) ) {
update_option( $callback, $values );
}
}
@@ -2641,6 +2640,7 @@ class Settings {
}
/**
* Save previous field values.
*
@@ -2717,10 +2717,6 @@ class Settings {
}
// # MISC HELPER METHODS -------------------------------------------------------------------------------------------
/**
@@ -2735,5 +2731,4 @@ class Settings {
return ! rgempty( 'gform-settings-save' );
}
}