File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33namespace StaticDeploy ;
44
5+ if ( ! defined ( 'ABSPATH ' ) ) {
6+ exit ;
7+ }
8+
59use Aws \Exception \AwsException ;
610
711class AdminBar {
Original file line number Diff line number Diff line change 88
99namespace StaticDeploy ;
1010
11+ if ( ! defined ( 'ABSPATH ' ) ) {
12+ exit ;
13+ }
14+
1115use GuzzleHttp \Client ;
1216use GuzzleHttp \Psr7 \Request ;
1317use GuzzleHttp \Psr7 \Response ;
Original file line number Diff line number Diff line change 22
33namespace StaticDeploy ;
44
5+ if ( ! defined ( 'ABSPATH ' ) ) {
6+ exit ;
7+ }
8+
59trait DeployerTrait {
610 public static function registerHooks (): void {
711 add_filter (
Original file line number Diff line number Diff line change 22
33namespace StaticDeploy ;
44
5+ if ( ! defined ( 'ABSPATH ' ) ) {
6+ exit ;
7+ }
8+
59/*
610 * Trait for controllers that manage a set of options
711 * and an options page.
Original file line number Diff line number Diff line change 99
1010namespace StaticDeploy ;
1111
12+ if ( ! defined ( 'ABSPATH ' ) ) {
13+ exit ;
14+ }
15+
1216use YahnisElsts \PluginUpdateChecker \v5 \PucFactory ;
1317
1418class WordPressAdmin {
You can’t perform that action at this time.
0 commit comments