woocommerce_update_options_payment_gateways_ . $gateway->id

woocommerce_update_options_payment_gateways_ . $gateway->id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_update_options_payment_gateways_ . $gateway->id') is found 1 times:

  • /includes/admin/settings/class-wc-settings-payment-gateways.php line 340
    					 * @since 3.4.0
    					 *
    					 * @param int $gateway->id Gateway ID.
    					 */
    					do_action( 'woocommerce_update_options_payment_gateways_' . $gateway->id );
    					$wc_payment_gateways->init();
    
    					// There is no need to run the action and gateways init again
    					// since we can't be on the section page of multiple gateways at once.
    					break;
    				}