I want to disable some of the Jetpack modules such as Stats in order to check if they make the web site slower or not. But I couldn’t see an option to disable modules one by one.
Of course, one can disable the Jetpack plugin as a whole. Is there a way to disable Stats module only?
If you press the
"Learn More"
button for each Jetpack Module, you will get a"Deactivate"
button showing up to the right.There is also a fork call Jetpack Lite
http://wordpress.org/extend/plugins/jetpack-lite/
The process to deactivate a module on Jetpack has changed.
Instructions are here: Control Jetpackâs Modules on One Page
Basically, you need to go to
/wp-admin/admin.php?page=jetpack_modules
and there you can find aDeactivate
button for every module.Functions to disable and remove from the settings page individual jetpack modules.
There is an easy way to disable each module without any codes.
GO to Jetpack dashboard and scroll to the bottom. Find “Modules” tab on the footer and click it.
Inside that you can find all the modules and you can activate/deactivate each module as you wish. That is how I deactivated WP Stats module without any code.