Skip to content

trepmal.com

  • Home
  • Plugins
  • Github
  • Me on WP.org
  • Donate

Categories

  • WordPress Bits (149)
  • Uncategorized (11)
  • Scripts (5)
  • Tidbits (5)
  • Fun (3)

Tags

  • wordpress (30)
  • administration (16)
  • plugin (9)
  • free download (8)
  • functions.php (8)

Year

  • 2018 (8)
  • 2016 (2)
  • 2015 (4)
  • 2014 (19)
  • 2013 (11)

Filter Hook: enable_post_by_email_configuration

Disable Post-by-Email Configuration

Hide all the post-by-email configuration options easily with this

add_filter( 'enable_post_by_email_configuration', '__return_false' );

Alternatively, if you want it displayed (since it’s hidden by default in multisite), you can do this

add_filter( 'enable_post_by_email_configuration', '__return_true' );
Posted on May 2, 2011March 1, 2012Categories WordPress BitsTags email, writingLeave a comment on Disable Post-by-Email Configuration
Proudly powered by WordPress