woocommerce_gateway_method_description

woocommerce_gateway_method_description

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_gateway_method_description') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 202
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
         * @param string $description Method description.
         * @param WC_Payment_Gateway $this Payment gateway instance.
         * @return string
         */
        return apply_filters( 'woocommerce_gateway_method_description', $this->method_description, $this );
    }
     
    /**
     * Output the gateway settings screen.
     */
    public function admin_options() {