woocommerce_gateway_description, wp_kses_post( $this->description
woocommerce_gateway_description, wp_kses_post( $this->description
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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