Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 996 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 996 Bytes

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

  1. Use command on your path: composer require ktstudio/wp-tracy
  2. Profit!
  3. You can optionally define PHP (boolean) constant WP_TRACY_CHECK_USER_LOGGED_IN to check only logged users...
  4. You can optionally define PHP constant WP_TRACY_ENABLE_MODE to set Tracy\Debugger::enable($mode)...
  5. You can optionally use wp_tracy_panels_filter to modify default panels array (full class names)

WP Tracy WP Tracy exception


Copyright © KTStudio.cz 2015