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';
	}

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.