Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created September 17, 2020 21:19
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 clifgriffin/f7d090bbe66b6039c7cf57f88a1b0be3 to your computer and use it in GitHub Desktop.
Save clifgriffin/f7d090bbe66b6039c7cf57f88a1b0be3 to your computer and use it in GitHub Desktop.
<?php
add_action( 'cfw_checkout_customer_info_tab', 'cfw_customer_info_tab_nav', 50 );
add_action( 'cfw_checkout_shipping_method_tab', 'cfw_shipping_method_tab_nav', 30 );
add_action( 'cfw_checkout_payment_method_tab', 'cfw_payment_tab_nav', 50, 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment