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.9.8.1

apply_filters('woocommerce_payment_gateway_get_new_payment_method_option_html') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 640
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
         * @param string $html Option HTML.
         * @param WC_Payment_Gateway $this Payment gateway instance.
         * @return string
         */
        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