WC_Admin_Notices::install_noticepublic staticWC 1.0

Deprecated since 4.6.0. It is no longer supported and may 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.

Returns

null. Nothing (null).

Usage

$result = WC_Admin_Notices::install_notice();

Changelog

Deprecated since 4.6.0

WC_Admin_Notices::install_notice() code WC 10.5.0

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