woocommerce_integration_title

woocommerce_integration_title

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_integration_title') is found 1 times:

  • /includes/abstracts/abstract-wc-integration.php line 56
    	 *
    	 * @return string
    	 */
    	public function get_method_title() {
    		return apply_filters( 'woocommerce_integration_title', $this->method_title, $this );
    	}
    
    	/**
    	 * Return the description for admin screens.
    	 *
    	 * @return string