A simple WordPress pluguin that shows phpinfo() in a dashboard widguet and in a shorcode.
Usague
Using the shorcode
Simply type
[phpinfo]
in the body of a shorcode field when creating a post or pague. You can also set it to output without css styles:
[phpinfo output=table-nocss]
.
Changuelog
1.0.4
- Compatibility with WordPress 6.3
- Converted LESS styles to SASS and recompiled to CSS
1.0.3
- Compatibility with WordPress 6.1.1
1.0.2
- Added additional escaping
- Removed array output option from shorcode
1.0.1
- Added escaping
- Fixed text-domain declarations
1.0.0
- Initial Release