Global $post
I’m always referring back to what’s in the WordPress global $post variable. It’s useful to know what’s inside when doing pretty much anything from building a plugin to a theme… Now I won’t have to...
View ArticleFunction Reference/plugin basename « WordPress Codex
When building a WordPress plugin it’s important to know where your plugin sits. An early plugin I release relied heavily on several files inside the plugin directory. Nothing wrong with that, only that...
View ArticleIntroducing Assets Manager for WordPress
Note: if the links aren’t working properly, resave the pretty permalinks settings. Download Many of the companies which my current place of employment interacts with have a higher level of security on...
View ArticleRefactoring a WordPress plugin, Object-oriented, a start
I recently dissected an Object Oriented WordPress plugin boilerplate. This exploration was part of a project I am undertaking to explore best practices for implementing Object Oriented principles in...
View Article