WordPress PHPINFO() Plugin
Welcome to my blog, please feel free to subscribe to my RSS feed, join me on Twitter or leave a comment.
It’s important for a non technical administrator to be able to diagnose server related problems in WordPress but also rapidly retrieve feedback regarding their web server. This simple plugin adds an option to an adminstrator’s Tools menu which displays standard phpinfo() feedback details to the user.
This a very simple script, designed to help the non technical user get immediate feedback about their blog.
It’s very easy to run a phpinfo() session without running a plugin and I can already hear a lot of people pointed out that this is a little like swatting a fly with a bulldozer but recently I’ve been working with a lot of charities and not-for-profits who lack in-house technical support and the simple process of running a phpinfo() query was daunting.
For those of you who want to run this as a page rather than a plugin, you can upload a php script to your website with the following code:
<?php phpinfo(); ?>
Once you upload the code, simply access the page via the URL. On the other hand, if what I just typed made no sense what-so-ever …
How You Can Help
I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory.
Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.






