Category Archives: PHP

Already Used Variable Names in WordPress

Last week I handed over a somewhat completed plugin over to Kyjen, and I was pretty proud of it. I knew it wasn’t 100% done; however, it was a good first step. Earlier today, I got an email from them … Continue reading

Posted in PHP, Web Design | 3 Comments

Custom WordPress Admin Menu Pages

Today, while I was doing some work for Kyjen, I came across a situation that I wasn’t too sure how to handle: correctly utilizing the add_menu_page and add_submenu_page functions. I couldn’t figure out how to have the first submenu item … Continue reading

Posted in PHP, Web Design | Leave a comment

Making a WordPress Plugin

I’m working on a side project of mine and I figured I’d continue working with WordPress. I’ve started laying out the database and figuring out how the various entities will be communicating with each other. Should be a fun project. … Continue reading

Posted in PHP, Web Design | 1 Comment