Warning: This method has been deprecated.
WC_Admin_Setup_Wizard::install_jetpack()
Helper method to install Jetpack.
Description Description
Source Source
File: includes/admin/class-wc-admin-setup-wizard.php
protected function install_jetpack() { $this->install_plugin( 'jetpack', array( 'name' => __( 'Jetpack', 'woocommerce' ), 'repo-slug' => 'jetpack', ) ); }
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |