Beskrivelse
Logs important WordPress lifecycle events like post status changes and plugin activation.
Enhances WP_DEBUG mode with extra information about actions taken.
Automatically sends events to New Relic
Installation
- Upload
what-the-wp.zipvia theuploadtab in WordPress admin - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Installation Instructions
-
- Upload
what-the-wp.zipvia theuploadtab in WordPress admin - Activate the plugin through the ‘Plugins’ menu in WordPress
- Upload
- Where are my error logs?
-
Depends on your system. Great places to start are
/var/log/apache2/$VHOST.error.logand/var/log/nginx/$VHOST.error.log.
Anmeldelser
Der er ingen anmeldelser for denne widget.
Bidragsydere & udviklere
“What The WP?” er open source-software. Følgende personer har bidraget til dette plugin.
BidragsydereOversæt “What The WP?” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
0.5
- updated compat
- added user lifecycle events
0.4
- confirmed compat with 4.4 core
- fixed bug handling theme updates
0.3
- handle bulk plugin and theme upgrades as multiple events
- make event auditing pluggable via wtwp_audit_event action
- always collect current user ID
0.2
- audit upgrade events
- send audit events to newrelic if available
0.1
- its alive