Question about POPfetcher.

Creating and modifying plugins.
Post Reply
Martin Avis
Regular
Posts: 19
Joined: Fri May 05, 2006 12:21 pm

Question about POPfetcher.

Post by Martin Avis »

When I make blog entires via email, do they get pinged as normal?

Martin.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Question about POPfetcher.

Post by garvinhicking »

Hi!

Yes, that should happen. Entries are posted via the serendipity_updertEntry() function, which executes an event hook that executes plugins which listen on it; since weblogpings are a plugin listening on such an event, they will get executed. Pings are then sent to the services enabled by default in the plugins config.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply