WC_Admin_Notices::wp_php_min_requirements_notice()public staticWC 3.6.5

Deprecated from version 8.2.0 WordPress and PHP minimum requirements notices are no longer shown.. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

Notice about WordPress and PHP minimum requirements.

Method of the class: WC_Admin_Notices{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Admin_Notices::wp_php_min_requirements_notice();

Changelog

Since 3.6.5 Introduced.
Deprecated since 8.2.0 WordPress and PHP minimum requirements notices are no longer shown.

WC_Admin_Notices::wp_php_min_requirements_notice() code WC 8.7.0

public static function wp_php_min_requirements_notice() {
}