#PHP

Output-Buffering and Extensible WordPress Plug-Ins

Contrary to my tentative conclusions of a month ago, I now understand at least one good reason to use output-buffering while writing WordPress code. Indeed, I now anticipate using the tool frequently.

Posted in Using WordPress, WordPress Plug-Ins Tagged with: , , , ,

To o-b or not to o-b (output-buffering in WordPress) – UPDATED

My general impression is that, unless I have a very good reason for using it – probably involving the kind of script in which I’m not generally interested at this time – I should avoid it.

Posted in Using WordPress, Web Design Tagged with: , ,