apply_filters( 'learndash_woocommerce_manual_payment_methods', array<string> $manual_payment_methods )
Filters the list of manual payment methods.
Description #
Parameters #
- $manual_payment_methods
-
(<span class="array">array) List of manual payment methods.
Return #
(array<string>) List of manual payment methods.
Source #
File: includes/woocommerce/includes/class-learndash-woocommerce.php
Changelog #
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |