Server IP & Memory Usage Display

Show the memory limit, current memory usage and IP address in the admin footer.

v2.2.0apasionadosUpdated 2026-01-22Added Oct 30, 201330k+ installs98% rating
89
Score
3
Errors
5
Warnings
+0
Change

Category Scores

Security83
Repo89
Performance100
Maintainability98

Top Issues by Category

Issues Details

8 issues found in latest scan

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER['LOCAL_ADDR']

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_SERVER['LOCAL_ADDR'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
outdated_tested_upto_header

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

Latest Snapshot

Findings

8

Errors

3

Warnings

5

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.2.0

89

Latest

Findings
8
Errors
3
Warnings
5
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins