woocommerce_integration_description

woocommerce_integration_description

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_integration_description') is found 1 times:

  • /includes/abstracts/abstract-wc-integration.php line 65
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    *
     * @return string
     */
    public function get_method_description() {
        return apply_filters( 'woocommerce_integration_description', $this->method_description, $this );
    }
     
    /**
     * Output the gateway settings screen.
     */
    public function admin_options() {