woocommerce_payment_gateway_enabled, $gateway

woocommerce_payment_gateway_enabled, $gateway

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_payment_gateway_enabled, $gateway') is found 1 times:

  • /includes/class-wc-payment-gateways.php line 208
    			 * @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 ) ) {