Purge spam comments in WordPress from the DOS command line
In this post I show how to use the MySQL command line to purge comment spam from a WordPress database.
In this post I show how to use the MySQL command line to purge comment spam from a WordPress database.
From the wp-cron.php file: The short version is that wp-cron is a scheduler function that performs routine tasks such as checking for version updates of WordPress files, themes and plugins as well as maintenance tasks like identifying spam comments. The…
Read more
I have been working on an application that collects market data from Eve Online’s sagger interface and have written a few PHP scripts to automate the steps I established via the DOS command prompt outlined in part I. To recap:…
Read more