Category Archives: Plugin Development

How to Create a WordPress Dashboard Widget

A new Dashboard Widgets API was introduced in WordPress 2.7 which made it easy for developers to create their own widgets for the administration dashboard. Dashboard Widgets are written in PHP and its is relatively easy if you are familiar with the WordPress Plugin API. Continue reading

Posted in Beginner's Plugin Development, Plugin Development, WordCamp, WordPress | Tagged , , | Leave a comment

Prevent Update Checks for a WordPress Plugin

Earlier today, Jason Gegere asked me how to prevent WordPress from checking for updates on a plugin. This may be helpful if you are running a custom version of a plugin from the repository and you don’t want to accidently … Continue reading

Posted in Plugin Development, WordPress | Tagged , , , | 7 Comments