We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ad7d3 commit 9a479f4Copy full SHA for 9a479f4
1 file changed
inc/cleantalk-wpcli.php
@@ -11,6 +11,12 @@
11
WP_CLI::add_command('cleantalk', ApbctCli::class, []);
12
13
/**
14
+ * CleanTalk management via WP-CLI.
15
+ *
16
+ * More detailed:
17
+ * - How to use WP-CLI with the Anti-Spam plugin: https://cleantalk.org/help/wp-cli
18
+ * - Support: https://wordpress.org/support/plugin/cleantalk-spam-protect/
19
20
* @psalm-suppress UnusedClass
21
*/
22
class ApbctCli extends WP_CLI_Command // phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace
0 commit comments