WC_Admin_Notices::install_notice()public staticWC 1.0

Deprecated from version 4.6.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

If we have just installed, show a message with the install pages button.

Method of the class: WC_Admin_Notices{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Admin_Notices::install_notice();

Changelog

Deprecated since 4.6.0

WC_Admin_Notices::install_notice() code WC 8.7.0

public static function install_notice() {
	_deprecated_function( __CLASS__ . '::' . __FUNCTION__, '4.6.0', esc_html__( 'Onboarding is maintained in WooCommerce Admin.', 'woocommerce' ) );
}