Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created June 29, 2021 19:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save billrobbins/4e7c6aed04f41d00f3206a467a212caa to your computer and use it in GitHub Desktop.
add_filter( 'automatewoo/batched_job_monitor/failure_rate_threshold', 'woo_set_custom_failure_rate' );
function woo_set_custom_failure_rate ($threshold ) {
return 10000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment