woocommerce_payment_gateway_get_new_payment_method_option_html

woocommerce_payment_gateway_get_new_payment_method_option_html

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_payment_gateway_get_new_payment_method_option_html') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 531
    			esc_attr( $this->id ),
    			esc_html( $label )
    		);
    
    		return apply_filters( 'woocommerce_payment_gateway_get_new_payment_method_option_html', $html, $this );
    	}
    
    	/**
    	 * Outputs a checkbox for saving a new payment method to the database.
    	 *
    	 * @since 2.6.0