Banner for Wp Tracy
WP Tracy is a plugin that automatically inserts debugger (Nette) Tracy into WordPress. Wordpress Tutorial
Noted That:
  • To install correctly this wp-tracy.zip .
  • Fisrt Download the wp-tracy.zip to your computer
  • Extract/Open wp-tracy.zip to Your Computer.
  • Then, Find readme.txt file inside wp-tracy.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " wp-tracy.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Wp Tracy

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Wp Tracy

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Wp Tracy

Step-5 : Now, Browse " wp-tracy.zip " Downloaded plugin from your computer, Where you downloaded " wp-tracy.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Wp Tracy

Step-6 : Now, Click on " Active Plugin "

Activate Wp Tracy

Step-7 : Then, See left Side Menu. " Wp Tracy " folder is added on left Side Menu. Now, Click on " Wp Tracy " folder.

Noted that: If you do not see " Wp Tracy " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Wp Tracy Configurations and Settings or How to work " Wp Tracy " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " WP Tracy " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP Tracy
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the wp-tracy folder to the /wp-content/plugins/ directory
  2. Activate the WP Tracy plugin through the Plugins menu in WordPress
  3. You can optionally change default settings in the administration Tools menu.
  4. Profit!
  5. You can optionally define some constants in the code:
    5.1 WP_TRACY_ADMIN_DISABLED – true
    5.2 WP_TRACY_CHECK_IS_USER_LOGGED_IN – on / off
    5.3 WP_TRACY_ONLY_FOR_USER_ID – some (existing) user ID (as number)
    5.4 WP_TRACY_ENABLE_MODE – detect / development / production
    5.5 WP_TRACY_PANELS_FILTERING_ALLOWED – on / off

There is also a special constant WP_TRACY_PROGRAMMATICALLY_DISABLED that allows you to uninitialized the plugin from the code. For example, It is used for a console. However it must be defined before plugins loaded.


Name