Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/cwd/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php /** * Module Name: Post by email * Module Description: Publish posts by sending an email * First Introduced: 2.0 * Sort Order: 14 * Requires Connection: Yes * Requires User Connection: Yes * Auto Activate: No * Module Tags: Writing * Feature: Writing * Additional Search Queries: post by email, email * * @package automattic/jetpack */ /** * Require the PBE Class. */ require_once __DIR__ . '/post-by-email/class-jetpack-post-by-email.php'; add_action( 'jetpack_modules_loaded', array( 'Jetpack_Post_By_Email', 'init' ) ); Jetpack::enable_module_configurable( __FILE__ );