[wp-testers] [WP 3.1 beta] Post-by-mail settings?

Jan Weinschenker jan.weinschenker at web.de
Fri Dec 10 07:37:48 UTC 2010


I have a special plugin already for issues like this. I'll add the code
there.

On Fri, Dec 10, 2010 at 8:32 AM, Andrew Nacin <wp at andrewnacin.com> wrote:

> On Fri, Dec 10, 2010 at 2:30 AM, Jan Weinschenker
> <jan.weinschenker at web.de>wrote:
>
> > Hi again. With Andrew's hint, I found the solution here
> > http://wordpress.org/support/topic/how-to-enable-post-via-email
> >
> > Thank you!
> > Jan :-)
>
>
> Please don't edit core files, though.
>
> Drop that into a file by itself in mu-plugins, or add it to your plugins
> folder with some headers:
>
> <?php
> // Plugin Name: Enable Post by Mail
> add_filter( 'enable_post_by_email_configuration', '__return_true' );
> ?>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list