Skip to content

Instantly share code, notes, and snippets.

@wplaunchify
Created October 12, 2019 19:03
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 wplaunchify/624138f52023102e677c5f1ca4acb18d to your computer and use it in GitHub Desktop.
Save wplaunchify/624138f52023102e677c5f1ca4acb18d to your computer and use it in GitHub Desktop.
Click The WooCommerce Checkout Button On Page Load
<script>
jQuery(function(){
jQuery('#place_order').click();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment