Описание
Hate when you get those ugly errors and warnings in your WordPress admin area (especially when WP_DEBUG is turned on)?
WP Admin Error Handler sorts that out by catching all the errors and warnings and displaying them neatly in the admin bar
so you can read them at your convenience.
Установка
- Upload the
wp-admin-error-handler
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Thats it. Errors will appear in the admin bar and in the Tools > Errors page.
Часто задаваемые вопросы
- What happens with fatal errors?
-
Fatal errors will appear as normal. All other errors and warnings will be caught by WP Admin Error Handler.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«WP Admin Error Handler» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «WP Admin Error Handler» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.1
- Initial release.