wc_payment_gateway_form_saved_payment_methods_html

wc_payment_gateway_form_saved_payment_methods_html

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_payment_gateway_form_saved_payment_methods_html') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 489
     
    		$html .= $this->get_new_payment_method_option_html();
    		$html .= '</ul>';
    
    		echo apply_filters( 'wc_payment_gateway_form_saved_payment_methods_html', $html, $this ); // @codingStandardsIgnoreLine
    	}
    
    	/**
    	 * Gets saved payment method HTML from a token.
    	 *
    	 * @since 2.6.0