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.
2 parents df88992 + 239ba5c commit 511b1c5Copy full SHA for 511b1c5
includes/Options.php
@@ -49,7 +49,7 @@ public function __construct( string $name ) {
49
* @return array
50
*/
51
public function fetch() {
52
- return (array) get_option( $this->optionName, [] );
+ return (array) \get_option( $this->optionName, [] );
53
}
54
55
/**
0 commit comments