woocommerce_gateway_method_title

woocommerce_gateway_method_title

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_gateway_method_title') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 185
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
         * @param string $title Method title.
         * @param WC_Payment_Gateway $this Payment gateway instance.
         * @return string
         */
        return apply_filters( 'woocommerce_gateway_method_title', $this->method_title, $this );
    }
     
    /**
     * Return the description for admin screens.
     *
     * @return string