Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created May 17, 2022 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/0a21f5f97a2c05155bedb643d6847264 to your computer and use it in GitHub Desktop.
Save lukecav/0a21f5f97a2c05155bedb643d6847264 to your computer and use it in GitHub Desktop.
Disable Action Scheduler allow Async request runner
add_filter( 'action_scheduler_allow_async_request_runner', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment