IMPORTANT : Your are using older version of WP Armour Extended. Please update to 1.17 or above for it to work properly.
'; } } if (current_user_can( 'manage_options' )): // ONLY SHOW IF ADMIN // FOR REVIEWS if (get_option('wpa_reviews_notice_hide') != 'yes'){ $installedDate = strtotime(get_option('wpa_installed_date')); $todayDate = time(); $installedDays = round(($todayDate - $installedDate) / (60 * 60 * 24)); $wpa_stats = json_decode(get_option('wpa_stats'),true); $all_spam_blocked = $wpa_stats ? $wpa_stats['total']['all_time'] : 0; if ($installedDays > 30 && $all_spam_blocked > 30){ echo '