WordPress plugin development
Lately, im heavily involved into developing on WordPress. Some small projects, and recently some bigger ones. So, the wiser decision was to transform most of my code into wordpress plugins. The benefits from such a decision are many and some big ones, like the ability to access all the core wordpress functions without including any additional files and direct access to the wp database with the $wpdb. Until now i was developing inside the wp theme, adding there some smaller…