Is it OK to use a system cron to trigger a function hooked into the AJAX API
You are using the system cron to trigger a function hooked into the AJAX API, not, as your title reads, using “admin-ajax.php to run a real cron job”. You are doing exactly the opposite of what you wrote in the title (I’d advise editing that). Yes, that is perfectly fine. I have advised using the … Read more