Описание
Only for development!
Возможности:
- Inspect options with the colorful dBug
- Edit serialized options
- List all options in the wp_options table on one page
- Search: Filter options in real time
- Delete options
- Show autoload status (yes or no)
- Display value size in SQL bytes
- Popular plugin’s options are marked with the author’s website favicon
- Transients are marked with a clock icon
- Transient timeouts are marked with a red clock icon
You’ll find Option Inspector under Tools / Options.
Notice: This plugin uses eval()
to update serialized options.
Please DO NOT use it in production.
This plugin is as WordPress conform as it can be.
TODO: toggle autoload, i18n, don’t use options.php, update option list on delete, http://flatuicolors.com/
Установка
- Upload
options-inspector
directory to thewp-content/plugins/
directory. - Активируйте плагин на странице «Плагины» в панели управления WordPress.
Часто задаваемые вопросы
- What privilege do I need to access Option Inspector?
-
You need to have the
manage_options
privilege. - Как это работает?
-
This plugin is a Javascript application built on the WordPress
options.php
.
It works by addig control icons and opening a lightbox onoptions.php
.
Additional data are read and written by AJAX requests.
Отзывы
Участники и разработчики
«Option Inspector» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Option Inspector» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
2.1.1
- Fix textarea width.
- WP 4.4 compatibility.
2.1.0
- Display size of option value.
- Added PHP DocBlocks.
2.0.1
- Fixed an undefined variable.
- Detect eval() parse errors
2.0.0
- This is another plugin, the old one is available here.
- New features.
1.0.2
- Options Inspector is a tool with which you can easily view all the options in your database,
even its data is serialized, and alter exactly a certain part of option value.