Descrizione
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
Installazione
- Unzip the download package
- Upload
inspector
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Recensioni
Contributi e sviluppo
“Inspector” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Inspector” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
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