woocommerce_gateway_description

woocommerce_gateway_description

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_gateway_description') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 382
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
         * @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