Skip to content

Commit 9a479f4

Browse files
committed
New. Code. Added links to support and an article in help
1 parent 03ad7d3 commit 9a479f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

inc/cleantalk-wpcli.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
WP_CLI::add_command('cleantalk', ApbctCli::class, []);
1212

1313
/**
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+
*
1420
* @psalm-suppress UnusedClass
1521
*/
1622
class ApbctCli extends WP_CLI_Command // phpcs:ignore PSR1.Classes.ClassDeclaration.MissingNamespace

0 commit comments

Comments
 (0)