wordpress post hook
Recently we had to build a wordpress plugin. The requirements were that two buttons would be assigned to every post about the featured image. Instead of hacking into the existing theme, we opted to use the wordpress action hook “the_post” to achieve our goals. The Dilemma The thing to note here, is that the theme was very…