[wp-hackers] Where does is invoked do_enclose?

Claudio Simeone mrbrog at gmail.com
Thu Nov 13 14:58:09 GMT 2008


2008/11/13 Austin Matzko <if.website at gmail.com>:

[...]

> do_enclose() is called within the do_all_pings() function, so probably
> your best bet is to remove the do_all_pings() callback from the
> "do_pings" action hook:
>
> remove_action('do_pings', 'do_all_pings');
>
> Then add your own version of do_all_pings (the same except without the
> do_enclose() call) as a callback for "do_pings".


Thanks, now it works!

--
Claudio


More information about the wp-hackers mailing list