woocommerce_sequra_is_available
Hook Filter
Allow modifying payment method availability
Description
Modify the default seQura payment method availability
| Parameter | Type | Description |
|---|---|---|
$is_available | string | Is seQura available |
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced |
Usage Example
add_filter('woocommerce_sequra_is_available', function($is_available){
return false; // To force disable seQura payment method
});Updated 6 months ago