mirror of
https://github.com/10h30/WooCommerce-Payment-Methods.git
synced 2026-06-05 15:07:59 +09:00
Fixed template tag function param
This commit is contained in:
@@ -329,7 +329,7 @@ $vendocrat_woo_payment_methods = new vendocrat_Woo_Payment_Methods();
|
||||
function v_woo_payment_methods( $atts = array() ) {
|
||||
global $vendocrat_woo_payment_methods;
|
||||
|
||||
echo $vendocrat_woo_payment_methods->get_payment_methods( $atts = array() );
|
||||
echo $vendocrat_woo_payment_methods->get_payment_methods( $atts );
|
||||
}
|
||||
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user