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 e3e16e2 commit d2260abCopy full SHA for d2260ab
includes/admin/class-general.php
@@ -93,6 +93,8 @@ public static function get_fields() {
93
if ( empty( $value ) ) {
94
return [];
95
}
96
+
97
+ return $value;
98
},
99
],
100
[
0 commit comments