Plugin info

Total downloads: 16,888
Active installs: 400
Total reviews: 10
Average rating: 4.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/11/2016 (3307 days ago)
Added to WordPress: 11/5/2015 (10 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 4.7.29
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3307 days ago • 10 reviews

24/100

Is Plugin Inspector abandoned?

Possibly abandoned (last update 3307 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 4.7.29
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Developer Tools Blocker
Rating 4.2/5 (15 reviews)Active installs 600
ValidBot – Validate Your Website
Rating 0.0/5 (0 reviews)Active installs 10
Angry Creative Inspector
Rating 0.0/5 (0 reviews)Active installs 10
Inspect Block Data
Rating 5.0/5 (1 reviews)Active installs 0

Description

The Plugin Inspector plugin is an easy way to check plugins installed on your WordPress and make sure that plugins do not use deprecated WordPress functions and some unsafe functions like eval, base64_decode, system, exec, etc. Some of those functions may be used to load malicious code (malware) from the external source directly to the site or WordPress database.

Features

  • Scans plugins for deprecated WordPress functions
  • Scans plugins for unsafe functions like eval, base64_decode, system, exec, etc.
  • Checks plugins to find vulnerabilities listed in WPScan Vulnerability Database
  • Beautiful source code viewer with highlighting

Plugin Inspector allows you to view all the deprecated functions complete with path, line number, deprecation function name, and the new recommended function to use. The checks are run through a simple admin page and all results are displayed at once. This is very handy for plugin developers or anybody who want to know more about installed plugins.

All code that uses the deprecated functions should be converted to use its replacement if one exists. Because deprecated functions are no longer supported may be removed from future versions of WordPress.

To check the theme files, please, use Theme Check plugin.

Another reliable plugins from trusted author

Protects site against brute force attacks. Restrict login by IP access lists. Limit login attempts. Comprehensive control of user activity.

Make your website instantly available in 90+ languages with Google Translate Widget. Add the power of Google automatic translations with one click.

Installation

  1. Upload the Plugin Inspector folder to the plugins directory in your WordPress installation.
  2. Activate the plugin through the WordPress admin interface.

Frequently Asked Questions

What PHP functions Plugin Inspector treats as unsafe?

Generally, most of those functions are safe, but under certain circumstances those functions may be used to hack site or to load and execute malicious code (malware). This list is not full and will be constantly updating. Any suggestions are welcome.

  • eval
  • system
  • base64_decode
  • shell_exec
  • exec
  • assert
  • passthru
  • pcntl_exec
  • proc_open
  • popen
  • dl
  • create_function
  • call_user_func
  • call_user_func_array
  • file_get_contents
  • socket_create
  • curl_exec
  • wp_remote_request
  • wp_remote_get
  • wp_remote_post
  • wp_safe_remote_post
  • wp_remote_head

Review feed

G
9/3/2016

Beautiful

Every plugin developer should be using this. Thankyou Gioni.
Nick Diego
9/3/2016

Great plugin

Very useful for plugin developers to run a quick check of their code throughout development.
nick6352683
9/3/2016

Very Cool !

Works as advertised. Very scary to see so many plugins have so many security issues. As long as WordPress allows unsafe themes and plugins to get activated, it will never be safe, no matter how much they secure the core.
raoabid491
9/3/2016

Nice Plugin

Thank you very much for developing this plugin and keeping it up-to date. Thankful to your efforts and time.

Screenshots

  1. Plugin Inspector is scanning files and looking for deprecated and unsafe function

    Plugin Inspector is scanning files and looking for deprecated and unsafe function

  2. Beautiful source code viewer with highlighted issues

    Beautiful source code viewer with highlighted issues

Changelog

1.5

  • Added cool and convenient code viewer to view found issues in the PHP code.
  • Code optimization

1.0

  • Initial version