From 2268aa9de58565d29e3a898ed5d7f797c115182d Mon Sep 17 00:00:00 2001 From: Kurt Zenisek Date: Tue, 21 Mar 2023 12:56:00 -0500 Subject: [PATCH] Added required PHP version to PHP file (matching readme) --- disable-theme-plugin-update-emails.php | 1 + 1 file changed, 1 insertion(+) diff --git a/disable-theme-plugin-update-emails.php b/disable-theme-plugin-update-emails.php index a8ec989..a0bf854 100644 --- a/disable-theme-plugin-update-emails.php +++ b/disable-theme-plugin-update-emails.php @@ -9,6 +9,7 @@ * Version: 2.0.3 * Requires at least: 5.5 * Tested up to: 6.2 + * Requires PHP: 5.4 */ define('KZENI_DISABLE_THEME_PLUGIN_UPDATE_EMAILS_NAME', plugin_basename(__FILE__));