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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-08-28 07:17:03 +00:00
parent 40ac59ef2b
commit 46ffb5bbbc
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ require(dirname(__FILE__) . '/wp-load.php');
/** Get the POP3 class with which to access the mailbox. */
require_once( ABSPATH . WPINC . '/class-pop3.php' );
/** Allow a plugin to do a complete takeover of Post by Email **/
do_action('wp-mail');
/** Only check at this interval for new messages. */
if ( !defined('WP_MAIL_INTERVAL') )
define('WP_MAIL_INTERVAL', 300); // 5 minutes