• Resolved valousal

    (@valentinanamorphik)


    Hi,

    Evolution request.

    Is it possible to add a filter on the “standard_billing_fields” method of the “\ProfilePress\Core\Membership\CheckoutFields” class?

    public static function standard_billing_fields()
    {
    
    $fields [
    ....
    ];
    
    return apply_filters('ppress_standard_billing_fields', $fields);
    }

    Same for standard_account_info_fields() method ?

    return apply_filters('ppress_standard_account_info_fields', $fields);

    THANKS.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Evolution request #4 : Add a filter on the method’ is closed to new replies.