[wp-hackers] Hooks, Actions, Filters

Will Anderson wp-hackers at itsananderson.com
Sat Aug 1 17:25:08 UTC 2009


On Fri, Jul 31, 2009 at 10:07 PM, Jeremy Visser <jeremy at visser.name> wrote:

> On Fri, 2009-07-31 at 14:06 -0500, Jacob Santos wrote:
> > I was waiting for someone to suggest just doing:
> >
> > return '%s';
>
> *headdesk*
>
> _That_ is why I don't participate in technical discussions on this list
> any more.
>

I think I did suggest doing that in my first email on this thread. The
problem, which I mentioned, is that you'll potentially overwrite any changes
other filters might make to the format string before your filter is called.
In all likelihood, this is what you want to do anyway, but it's still a
potential issue that needs to be considered.

Will Anderson
http://www.itsananderson.com/


More information about the wp-hackers mailing list