Plugin info

Total downloads: 2,195
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 11/25/2019 (2228 days ago)
Added to WordPress: 1/31/2013 (12 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 5.3.14
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2228 days ago • 2 reviews

22/100

Is Inspector abandoned?

Possibly abandoned (last update 2228 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 5.3.14
Requires PHP: f

Similar & Alternatives

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

Edit Howdy
Rating 3.0/5 (3 reviews)Active installs 100
Custom Howdy
Rating 5.0/5 (1 reviews)Active installs 20

Description

The Inspector plugin is a tool for developers, which allows us to see hidden information for debugging. The information includes option value, post meta value, current admin screen information, current user information, admin menu items and registered scripts and styles.

Features

  • View/Delete option via Ajax
  • View/Delete post meta via Ajax
  • Autocomplte option & post meta name
  • View current admin screen information
  • View curren user information
  • View admin menu items
  • View registered scripts and styles

Installation

  1. Unzip the download package
  2. Upload inspector folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.2.10

  • Update to compatible with the latest version of WordPress.

1.2.8

  • Fix showing data via ajax
  • Use jQueryUI CDN instead

1.2.7

  • Fix include warning

1.2.6

  • Add screen information in help tab

1.2.5

  • Add debug function

1.2.3

  • Fix duplicate entries
  • Load class only in the back-end

1.2.2

  • Fix adding menu
  • Change textdomain to simple string
  • Fix CSS

1.2.1

  • Inspect post meta for all post types

1.2

  • Add inspector for post meta
  • Update jQuery UI to 1.8.7 with Smoothness theme

1.1

  • Add autocomplete feature for option name input box
  • Use nonces via localizing

1.0.2

  • Show nonces using wp_nonce_field()
  • Add document for JS

1.0.1

  • Use sanitize_text_field() to sanitize option name
  • Improve code of checking admin referrer