August, 2015
Check Akismet queue offline
If you need to run akismet on a big queue, you can do it with this code and run it from the command line. Drop it at the root of your wordpress install (where is wp-config) and run it with the command line php. <?php require_once dirname(__FILE__) . “/wp-load.php”; if(!function_exists(‘get_plugins’)) { require_once ( ABSPATH . […]