woocommerce_update_options_payment_gateways_

woocommerce_update_options_payment_gateways_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_update_options_payment_gateways_') is found 1 times:

  • /includes/admin/settings/class-wc-settings-payment-gateways.php line 304
    		} else {
    			// There is a section - this may be a gateway or custom section.
    			foreach ( $wc_payment_gateways->payment_gateways() as $gateway ) {
    				if ( in_array( $current_section, array( $gateway->id, sanitize_title( get_class( $gateway ) ) ), true ) ) {
    					do_action( 'woocommerce_update_options_payment_gateways_' . $gateway->id );
    					$wc_payment_gateways->init();
    				}
    			}
    
    			$this->do_update_options_action();
    		}
    

See this hook used in plugins: