woocommerce_gateway_description, wp_kses_post( $this->description

woocommerce_gateway_description, wp_kses_post( $this->description

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_gateway_description, wp_kses_post( $this->description') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 405
    		 * @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