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 df88992 commit 239ba5cCopy full SHA for 239ba5c
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