Warning: This method has been deprecated.

WC_Admin_Setup_Wizard::should_show_mailchimp()

Should we show the MailChimp install option? True only if the user can install plugins.


Description Description


Return Return

(boolean)


Top ↑

Source Source

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

	protected function should_show_mailchimp() {
		return current_user_can( 'install_plugins' );
	}

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.