Make WordPress Core

Changeset 11892


Ignore:
Timestamp:
08/28/2009 07:17:03 AM (15 years ago)
Author:
westi
Message:

Allow a plugin to do a complete takeover of Post by Email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-mail.php

    r11786 r11892  
    1313/** Get the POP3 class with which to access the mailbox. */
    1414require_once( ABSPATH . WPINC . '/class-pop3.php' );
     15
     16/** Allow a plugin to do a complete takeover of Post by Email **/
     17do_action('wp-mail');
    1518
    1619/** Only check at this interval for new messages. */
Note: See TracChangeset for help on using the changeset viewer.