• Resolved StelleDiPolvere

    (@stelledipolvere)


    I have Jetpack plugin installed ( downloaded) but i never activated it.
    It will be my first Jetpack activation
    Jetpack will automatically activate all modules when i will activate Jetpack Plugin.

    Is this plugin resolving this problem too?
    If not, can you suggest me something? …I just read hundreds of pages about that not founding any solution… and I know that some module of Jetpack will disrupt my website…

    Thanks in advance

    http://wordpress.org/plugins/rocketeer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brady Vercher

    (@bradyvercher)

    No, this plugin doesn’t prevent any modules from being auto-activated. It just makes it easier to manage them.

    If you want to prevent modules from being auto-activated, you can drop a simple snippet of code in your theme’s functions.php or a custom plugin before activating Jetpack for the first time:

    add_filter( 'jetpack_get_default_modules', '__return_empty_array' );

    Thread Starter StelleDiPolvere

    (@stelledipolvere)

    Thanks for your prompt answer Brady!
    It is always a pleasure meet authors like you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘THis plugin works also about Autoactivation’ is closed to new replies.