Warning: This method has been deprecated.
WC_Admin_Setup_Wizard::should_show_facebook()
Should we show the Facebook install option? True only if the user can install plugins, and up until the end date of the recommendation.
Description Description
Return Return
(boolean)
Source Source
File: includes/admin/class-wc-admin-setup-wizard.php
protected function should_show_facebook() { return current_user_can( 'install_plugins' ); }
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |