Skip to content

Instantly share code, notes, and snippets.

@mommaroodles
Created December 9, 2024 16:05
Show Gist options
  • Save mommaroodles/bc8350004e7f3e0e0d8e9b0781bc4fc0 to your computer and use it in GitHub Desktop.
Save mommaroodles/bc8350004e7f3e0e0d8e9b0781bc4fc0 to your computer and use it in GitHub Desktop.
Disable do pings and clear records in db
if (isset($_GET['doing_wp_cron'])) {
remove_action('do_pings', 'do_all_pings');
wp_clear_scheduled_hook('do_pings');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment