Changeset 3319121
- Timestamp:
- 06/28/2025 11:42:56 AM (9 months ago)
- Location:
- debughawk
- Files:
-
- 2 edited
-
tags/0.8.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
debughawk/tags/0.8.1/readme.txt
r3318985 r3319121 39 39 4. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`: 40 40 41 ``` 42 define( 'DEBUGHAWK_CONFIG', [ 41 `define( 'DEBUGHAWK_CONFIG', [ 43 42 'enabled' => true, 44 43 'endpoint' => '...', 45 44 'secret' => '...', 46 ] ); 47 ``` 45 ] );` 48 46 49 47 == Configuration == -
debughawk/trunk/readme.txt
r3318985 r3319121 39 39 4. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`: 40 40 41 ``` 42 define( 'DEBUGHAWK_CONFIG', [ 41 `define( 'DEBUGHAWK_CONFIG', [ 43 42 'enabled' => true, 44 43 'endpoint' => '...', 45 44 'secret' => '...', 46 ] ); 47 ``` 45 ] );` 48 46 49 47 == Configuration ==
Note: See TracChangeset
for help on using the changeset viewer.