my-jetpack
WP Admin page with information and configuration shared among all Jetpack stand-alone plugins
Usage
Every Jetpack plugin must include the My Jetpack package.
Define the JETPACK_ENABLE_MY_JETPACK constant as true:
defined( 'JETPACK_ENABLE_MY_JETPACK' ) || define( 'JETPACK_ENABLE_MY_JETPACK', true );Require this package and initialize it:
add_action( 'init', function() {
Automattic\Jetpack\My_Jetpack\Initializer::init();
} );That's all!
Security
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
License
my-jetpack is licensed under GNU General Public License v2 (or later)