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 d3cb67c commit 89a4c09Copy full SHA for 89a4c09
extendify-sdk/app/Welcome.php
@@ -23,7 +23,7 @@ class Welcome
23
*/
24
public function __construct()
25
{
26
- if ('standalone' === $GLOBALS['extendify_sdk_partner']) {
+ if (isset($GLOBALS['extendify_sdk_partner']) && 'standalone' === $GLOBALS['extendify_sdk_partner']) {
27
add_action( 'admin_menu', [ $this, 'addAdminMenu' ] );
28
29
$this->loadScripts();
0 commit comments