Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created November 10, 2025 11:05
Show Gist options
  • Save xlplugins/99b827839afeafa44f3856ceb6f7af69 to your computer and use it in GitHub Desktop.
Save xlplugins/99b827839afeafa44f3856ceb6f7af69 to your computer and use it in GitHub Desktop.
express button on all steps of checkout
add_filter('wfacp_smart_container_display_hook',function (){
return 'wfacp_before_checkout_form_fields';
},9999);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment