PluginCore - fix update_checker - repo is public

This commit is contained in:
abuyoyo 2022-05-18 17:01:30 +03:00 committed by abuoyoyo
parent a05bd73ef0
commit 709617d779

View File

@ -17,7 +17,7 @@ use WPHelper\PluginCore;
new PluginCore(
__FILE__,
[
'update_checker' => ['auth'=> $github_oauth],
'update_checker' => true,
'admin_page' => [
'parent' => 'options',