woocommerce_sequra_before_load
Hook Action
Allow plugins to run when the class is loaded.
Description
Allow executing custom code just before seQura payment gateway is loaded.
| Parameter | Type | Description |
|---|---|---|
$instance | SeQura\WC\Services\Payment\Sequra_Payment_Gateway | Payment gateway instance |
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced |
Usage Example
add_action('woocommerce_sequra_before_load', function($instance){
// Your custom code here...
});Updated 6 months ago