Changeset 3319135
- Timestamp:
- 06/28/2025 12:41:27 PM (9 months ago)
- Location:
- debughawk
- Files:
-
- 2 edited
-
tags/0.8.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debughawk/tags/0.8.1/readme.txt
r3319133 r3319135 35 35 36 36 1. Sign up for a [DebugHawk](https://debughawk.com) account. 37 2. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen. 38 3. Activate the plugin through the 'Plugins' screen. 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! */`: 37 1. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen. 38 1. Activate the plugin through the 'Plugins' screen. 39 1. 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 41 42 `define( 'DEBUGHAWK_CONFIG', [ … … 59 60 ]);` 60 61 62 61 63 == How It Works == 62 64 -
debughawk/trunk/readme.txt
r3319121 r3319135 35 35 36 36 1. Sign up for a [DebugHawk](https://debughawk.com) account. 37 2. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen. 38 3. Activate the plugin through the 'Plugins' screen. 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! */`: 37 1. Upload the plugin files to the `/wp-content/plugins/debughawk` directory, or install the plugin through the 'Plugins' screen. 38 1. Activate the plugin through the 'Plugins' screen. 39 1. 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 41 42 `define( 'DEBUGHAWK_CONFIG', [ … … 49 50 You can further customize DebugHawk, with the following additional options: 50 51 51 ``` 52 define('DEBUGHAWK_CONFIG', [ 52 `define('DEBUGHAWK_CONFIG', [ 53 53 'enabled' => true, 54 54 'endpoint' => '...', … … 58 58 'trace_redirects' => true, // Optional: Track redirects (default: true) 59 59 'trace_admin_pages' => true, // Optional: Track admin pages (default: true) 60 ]); 61 ``` 60 ]);` 61 62 62 63 63 == How It Works == … … 70 70 71 71 The plugin works transparently without any additional user interaction after configuration. 72 73 == Changelog == 74 75 = 0.8.1 = 76 * Initial release on WordPress.org
Note: See TracChangeset
for help on using the changeset viewer.