[wp-trac] [WordPress Trac] #4064: Extra API Hooks

WordPress Trac wp-trac at lists.automattic.com
Sun Apr 1 05:20:45 GMT 2007


#4064: Extra API Hooks
-------------------------+--------------------------------------------------
 Reporter:  mwdmeyer     |       Owner:  anonymous
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  2.3      
Component:  General      |     Version:           
 Severity:  normal       |    Keywords:           
-------------------------+--------------------------------------------------
 I'm in the process of writing an event plugin. Unfortunately there just
 isn't enough event/trigger type hooks.

 I'd like to see the following hooks added to Wordpress:

 +wp_upgrade that runs in wp_upgrade(). This would be used to let plugins
 know that an upgrade is about to happen (so they can disable themselves).
 wp_upgrade might want to pass the version of Wordpress that is being
 upgraded to.

 +An event that is triggered when a login fails. This should pass the
 username that was tried, so I can track failed login attempts.

 +An akismet trigger when the connection to akismet times out or fails.

 +A trigger when a trackback or pingback fails. The trackback url should be
 passed to this.

 +A trigger when an email is sent. This should pass the TO: email address.

 +A trigger once an (wordpress) upgrade has been completed, again passing
 the new version upgraded to.

 Thanks for your time.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4064>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list