Here we dump no poo but Polylang data.
Logged data:
- Machine translation requests (DeepL)
- Polylang version (Free or Pro) and version number, shown in the admin bar
- New language pack detection
- Open an issue if you want more
Logging formats:
- Query Monitor console if the plugin is active
- Check your
debug.logfile otherwise
To build the plugin with a development environment:
npm install
npm run env:start
npm run env:composer installTo run coding standards (PHPCS and PHPStan):
npm run lint:phpTo create a distribution package:
npm run distTip
Add define( 'GREEDY_DUMPER', true ); to your wp-config.php to log both in Query Monitor and debug.log.