woocommerce_gateway_title

woocommerce_gateway_title

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

See hook in core

Displaying hooks found in version: woocommerce.9.3.3

apply_filters('woocommerce_gateway_title') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 350
    		 * @param string $title Gateway title.
    		 * @param string $id Gateway ID.
    		 * @return string
    		 */
    		return apply_filters( 'woocommerce_gateway_title', $title, $this->id );
    	}
    
    	/**
    	 * Return the gateway's description.
    	 *
    	 * @return string