Is there any plugin development framework

AFAIK, there’s no official/standard framework, and there will be as many plugin development styles as there are shades of white in north pole. I’d say WordPress Coding Standards is a blueprint for a good style. You’ll find lots of good examples and excellent coders here in WPSE. A nice starting point: questions/tagged/plugin-development. Highlighting: Objective Best … Read more

WordPress frameworks and parent themes [closed]

Hybrid Theme Hybrid, developed by Justin Tadlock. Scope of code is primarily PHP internal functionality and front-end templates for themes. Interesting features: code aims to minimize template edits, most of functionality can be controlled via hooks; context-aware – extended body-class, dynamic context-aware hooks that allow to hook events that fire only in specific context; tightly … Read more