What is the role of `wp-cron.php` in the WordPress file structure?

WordPress Expert Easy

WordPress Expert — Easy

What is the role of `wp-cron.php` in the WordPress file structure?

Key points

  • `wp-cron.php` runs scheduled events in WordPress
  • It is triggered on every page load
  • Helps in executing tasks like publishing scheduled posts
  • Ensures timely email notifications are sent

Ready to go further?

Related questions