-
How to run a Cron Job with WordPress
Cron is a Linux server service that is typically used to schedule commands or scripts on a web server that runs in the background. A cron job is the task itself, which is used to schedule tasks at periodic fixed dates, times, or intervals. Typically these involve repetitive maintenance tasks that are automated to save…
-
How to disable WordPress cron
WP-Cron executes specific tasks for WordPress sites. The name Cron comes from the Unix/Linux service Cron, typically used to schedule commands or scripts. Why would someone want to disable WordPress cron? This post shows you especifically how to disable the internal WordPress cron