Update TGM Plugin Activation library

This commit is contained in:
Brian Miyaji
2021-11-05 19:57:42 +09:00
parent 2b0253be42
commit bb78dca699
2 changed files with 3778 additions and 3540 deletions

7315
includes/libraries/class-tgm-plugin-activation.php Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -394,8 +394,11 @@ final class SportsPress {
endswitch; endswitch;
$config = array( $config = array(
'id' => 'sportspress',
'default_path' => '', 'default_path' => '',
'menu' => 'tgmpa-install-plugins', 'menu' => 'tgmpa-install-plugins',
'parent_slug' => 'plugins.php',
'capability' => 'manage_options',
'has_notices' => true, 'has_notices' => true,
'dismissable' => true, 'dismissable' => true,
'is_automatic' => true, 'is_automatic' => true,