woocommerce_gateway_description

woocommerce_gateway_description

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

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_gateway_description') is found 1 times:

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