Exemple #1
0
function wpsc_display_form($args)
{
    echo wpsc_get_form_output($args);
}
Exemple #2
0
function wpsc_get_checkout_payment_method_form()
{
    $args = wpsc_get_checkout_payment_method_form_args();
    return apply_filters('wpsc_get_checkout_payment_method_form', wpsc_get_form_output($args));
}