Disable unused Post by email in WordPress

I don’t know anybody who is making posts over email. So good to turn this function off with one line in function.php

add_filter( 'enable_post_by_email_configuration', '__return_false' );