Lines:
1 to 9 of 9
<?php WP_CLI::add_command( 'akismet', 'Akismet_CLI' ); /* class Akismet_CLI */ /* function Akismet_CLI::check() – Checks one or more comments against the Akismet API. */ /* function Akismet_CLI::recheck_queue() – Recheck all comments in the Pending queue. */ /* function Akismet_CLI::stats() – Fetches stats from the Akismet API. */