Download the PHP package hlavacm/wp-tracy without Composer
On this page you can find all versions of the php package hlavacm/wp-tracy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hlavacm/wp-tracy
More information about hlavacm/wp-tracy
Files in hlavacm/wp-tracy
Download hlavacm/wp-tracy
More information about hlavacm/wp-tracy
Files in hlavacm/wp-tracy
Vendor hlavacm
Package wp-tracy
Short Description (Nette) Tracy connector for WordPress
License BSD-3-Clause
Homepage https://github.com/hlavacm/wp-tracy
Package wp-tracy
Short Description (Nette) Tracy connector for WordPress
License BSD-3-Clause
Homepage https://github.com/hlavacm/wp-tracy
Please rate this library. Is it a good library?
Informations about the package wp-tracy
WP Tracy
Tracy is an excellent PHP debugger bar from Nette PHP framework.
WP Tracy is port to WordPress for test environment.
When it's activated, it automatically shows Tracy bar and displays within global WP constants and their values.
Installation & Configuration
- Use command on your path:
composer require hlavacm/wp-tracy
- Profit!
- You can optionally define custom PHP constants in the code, but they must be defined in the action
init
with priority 1.- WP_TRACY_ADMIN_DISABLED -
true
- WP_TRACY_CHECK_IS_USER_LOGGED_IN -
on
/off
- WP_TRACY_ONLY_FOR_USER_ID -
some (existing) user ID (as a number)
- WP_TRACY_ENABLE_MODE -
detect
/development
/production
- WP_TRACY_PANELS_FILTERING_ALLOWED -
on
/off
- WP_TRACY_ADMIN_DISABLED -
- You can optionally define custom options
wp-tracy-user-settings
as serialized array of keys and values:check-is-user-logged-in
=>on
/off
only-for-user-id
=> some (existing) user ID (as number)debugger-mode
=>detect
/development
/production
panels-filtering-allowed
=>on
/off
- You can optionally use
wp_tracy_panels_filter
to modify default panels array (full class names) - The following panels are visible by default (if they are available):
WpTracy\\WpPanel
WpTracy\\WpUserPanel
WpTracy\\WpPostPanel
WpTracy\\WpQueryPanel
WpTracy\\WpQueriedObjectPanel
WpTracy\\WpDbPanel
WpTracy\\WpRolesPanel
WpTracy\\WpRewritePanel
WpTracy\\WpCurrentScreenPanel
Copyright © Martin Hlaváč 2015-2018
All versions of wp-tracy with dependencies
PHP Build Version
Package Version
The package hlavacm/wp-tracy contains the following files
Loading the files please wait ....