Warning: This method has been deprecated.

WC_Admin_Setup_Wizard::install_woocommerce_services()

Helper method to install WooCommerce Services and its Jetpack dependency.


Description Description


Source Source

File: includes/admin/class-wc-admin-setup-wizard.php

	protected function install_woocommerce_services() {
		$this->install_jetpack();
		$this->install_plugin(
			'woocommerce-services',
			array(
				'name'      => __( 'WooCommerce Services', 'woocommerce' ),
				'repo-slug' => 'woocommerce-services',
			)
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.