woocommerce_gateway_title

woocommerce_gateway_title

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_gateway_title') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 309
    	 * @return string
    	 */
    	public function get_title() {
    		$title = wc_get_container()->get( HtmlSanitizer::class )->sanitize( (string) $this->title, HtmlSanitizer::LOW_HTML_BALANCED_TAGS_NO_LINKS );
    		return apply_filters( 'woocommerce_gateway_title', $title, $this->id );
    	}
    
    	/**
    	 * Return the gateway's description.
    	 *
    	 * @return string