Skip to content

Commit 4fe75e0

Browse files
committed
Register as an addon.
1 parent 6d928c0 commit 4fe75e0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/Controller.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ public function run() : void {
2020
1
2121
);
2222

23+
do_action(
24+
'wp2static_register_addon',
25+
'wp2static-addon-s3',
26+
'deploy',
27+
'S3 Deployment',
28+
'https://wp2static.com/addons/s3/',
29+
'Deploys to S3 with optional CloudFront cache invalidation'
30+
);
31+
2332
if ( defined( 'WP_CLI' ) ) {
2433
\WP_CLI::add_command(
2534
'wp2static s3',

0 commit comments

Comments
 (0)