Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Last active August 17, 2023 06:52
Show Gist options
  • Save xlplugins/1536742c7f70e04b52f9b2fd60a491e6 to your computer and use it in GitHub Desktop.
Save xlplugins/1536742c7f70e04b52f9b2fd60a491e6 to your computer and use it in GitHub Desktop.
Funnelkit checkout SmartButtons at positions
add_filter( 'wfacp_smart_buttons_positions', function ( $settings ) {
$settings[] = [ 'id' => 'woocommerce_review_order_after_payment', 'name' => 'bottom of gateway lists' ];
return $settings;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment