Plugin Directory

Changeset 1951420


Ignore:
Timestamp:
10/04/2018 12:41:15 PM (7 years ago)
Author:
hlavacm
Message:

Added WP_TRACY_PROGRAMMATICALLY_DISABLED info to Installation section in readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-tracy/trunk/readme.txt

    r1951409 r1951420  
    34345.5 WP_TRACY_PANELS_FILTERING_ALLOWED - `on`/`off`
    3535
     36There 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.
     37
    3638== Frequently Asked Questions ==
    3739
     
    62645. WP_TRACY_PANELS_FILTERING_ALLOWED - `on`/`off`
    6365
    64 There is 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.
     66There 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.
    6567
    6668= What information / panels are displayed? =
Note: See TracChangeset for help on using the changeset viewer.