Warning: This method has been deprecated.
WC_Admin_Notices::install_notice()
If we have just installed, show a message with the install pages button.
Description Description
Source Source
File: includes/admin/class-wc-admin-notices.php
public static function install_notice() { include dirname( __FILE__ ) . '/views/html-notice-install.php'; }
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |