WC_Admin_Notices::theme_check_noticepublic staticWC 1.0

Deprecated since 3.3.0 No longer shown.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Show the Theme Check notice.

Method of the class: WC_Admin_Notices{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Admin_Notices::theme_check_notice();

Changelog

Deprecated since 3.3.0 No longer shown.

WC_Admin_Notices::theme_check_notice() code WC 10.5.0

public static function theme_check_notice() {
	wc_deprecated_function( 'WC_Admin_Notices::theme_check_notice', '3.3.0' );
}