woocommerce_sequra_loaded

Hook Action

Allow plugins to run after the class is loaded.

Description

Allow executing custom code just after seQura payment gateway is loaded.

ParameterTypeDescription
$instanceSeQura\WC\Services\Payment\Sequra_Payment_GatewayPayment gateway instance

Changelog

VersionDescription
2.0.0Introduced

Usage Example

add_action('woocommerce_sequra_loaded', function($instance){
  // Your custom code here...
});