描述
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
安裝
- Unzip the download package
- Upload
inspector
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
評價
2018年11月26日
Still works and still is VERY useful and faster for development!!!
Develop All Things!!!
2016年9月3日
Somebody needs to rate this plugin 🙂
It works with the latest WordPress version and is great.
It really saves time from having to look up the get_current_screen information. I don't have to look at the source code every time.
貢獻者及開發者
修改日誌
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