status()
status( $args, $assoc_args)
Get Jetpack Details
OPTIONS
None. Simply returns details about whether or not your blog is connected, its Jetpack version, and WordPress.com blog_id.
EXAMPLES
wp jetpack status
Parameters
| $args | ||
| $assoc_args |
Control your local Jetpack installation.
disconnect( $args, $assoc_args)
Disconnect Jetpack Blogs or Users
blog: Disconnect the entire blog.
user
Please note, the primary account that the blog is connected to WordPress.com with cannot be disconnected without disconnecting the entire blog.
wp jetpack disconnect blog wp jetpack disconnect user 13 wp jetpack disconnect user username wp jetpack disconnect user [email protected]
| $args | ||
| $assoc_args |
module( $args, $assoc_args)
Manage Jetpack Modules
list: View all available modules, and their status.
activate
deactivate
toggle
wp jetpack module list wp jetpack module activate stats wp jetpack module deactivate stats wp jetpack module toggle stats
| $args | ||
| $assoc_args |