woocommerce_payment_gateway_enabled
woocommerce_payment_gateway_enabled
Appears in: woocommerce.10.8.1
Hook Type: action
Displaying hooks found in version: woocommerce.10.8.1do_action('woocommerce_payment_gateway_enabled') is found 1 times:
- /includes/class-wc-payment-gateways.php line 197
* @param WC_Payment_Gateway $gateway The gateway that was enabled. * * @since 10.7.0 */ do_action( 'woocommerce_payment_gateway_enabled', $gateway ); // Track the gateway enable. $this->record_gateway_event( 'enable', $gateway ); } if ( $this->was_gateway_disabled( $value, $old_value ) ) {