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 94d476a commit 752a37bCopy full SHA for 752a37b
documentation/1-guides/50-serialized-datastore.md
@@ -67,9 +67,6 @@ class Serialized_Theme_Options_Datastore extends Datastore {
67
public function load( Field $field ) {
68
$key = $this->get_key_for_field( $field );
69
$value = get_option( $key, null );
70
- if ( $value === null ) {
71
- return array();
72
- }
73
return $value;
74
}
75
0 commit comments