Add cli commands for settings

This commit is contained in:
Cooper Dalrymple
2026-06-09 16:29:06 -05:00
parent c37712d2b5
commit 97ec73035e
4 changed files with 280 additions and 4 deletions
+4
View File
@@ -66,6 +66,10 @@ final class Captcha extends Plugin {
'inc/location/class-post-password-form.php',
'inc/location/class-registration-page.php',
]);
if (class_exists('WP_CLI')) {
$this->add_file('inc/class-cli.php');
}
}
#[Override]