| 1 |
# Stream for WordPress |
| 2 |
|
| 3 |
[](https://github.com/xwp/stream/actions/workflows/ci.yml](https://github.com/xwp/stream/actions/workflows/ci.yml](https://github.com/xwp/stream/actions/workflows/ci.yml) |
| 4 |
[](https://coveralls.io/github/xwp/stream?branch=develop](https://coveralls.io/github/xwp/stream?branch=develop](https://coveralls.io/github/xwp/stream?branch=develop) |
| 5 |
|
| 6 |
**Activity log and audit trail for WordPress.** Track every user and system action for debugging, security, and compliance. |
| 7 |
|
| 8 |
- [](https://xwp.co/work/stream/Product Website](https://xwp.co/work/stream/](https://xwp.co/work/stream/) |
| 9 |
- [](https://wordpress.org/plugins/stream/Plugin on WordPress.org](https://wordpress.org/plugins/stream/](https://wordpress.org/plugins/stream/) |
| 10 |
|
| 11 |
## Documentation |
| 12 |
|
| 13 |
View the [](https://wordpress.org/plugins/stream/plugin description on WordPress.org](https://wordpress.org/plugins/stream/](https://wordpress.org/plugins/stream/) for the list of features and screenshots. |
| 14 |
|
| 15 |
### Connectors |
| 16 |
|
| 17 |
A list of the connectors is in [](connectors.mdconnectors.md](connectors.md](connectors.md). |
| 18 |
|
| 19 |
### Configuration |
| 20 |
|
| 21 |
To customize who can manage Stream settings, you can define the `WP_STREAM_SETTINGS_CAPABILITY` constant in your `wp-config.php` file. By default, capability will be set to `manage_options`. |
| 22 |
|
| 23 |
```php |
| 24 |
define('WP_STREAM_SETTINGS_CAPABILITY', 'wp_stream_manage_settings'); |
| 25 |
``` |
| 26 |
|
| 27 |
## Known Issues |
| 28 |
|
| 29 |
- We have temporarily disabled the data removal feature through plugin uninstallation, starting with version 3.9.3. We identified a few edge cases that did not behave as expected and we decided that a temporary removal is preferable at this time for such an impactful and irreversible operation. Our team is actively working on refining this feature to ensure it performs optimally and securely. We plan to reintroduce it in a future update with enhanced safeguards. |
| 30 |
|
| 31 |
## Changelog |
| 32 |
|
| 33 |
[](changelog.mdView the changelog here.](changelog.md](changelog.md) |
| 34 |
|
| 35 |
## Contribute |
| 36 |
|
| 37 |
All suggestions and contributions are welcome! View the [](contributing.mdcontributor documentation](contributing.md](contributing.md) for how to report issues and setup the local development environment. |
| 38 |
|
| 39 |
## Credits |
| 40 |
|
| 41 |
The plugin is owned and maintained by [](https://xwp.coXWP](https://xwp.co](https://xwp.co). View [](https://github.com/xwp/stream/graphs/contributorsall contributors](https://github.com/xwp/stream/graphs/contributors](https://github.com/xwp/stream/graphs/contributors). |
| 42 |
|