• Resolved txdarby

    (@txdarby)


    I want to add the jetpack_allow_per_post_subscriptions as a new snippet. Do I need to add anything else in the code “box” besides the “add filter” line of code?

    Thanks!

    B

Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Hey B,

    My apologies for taking so long to get back to you.

    The add_filter line is generally all you need – and sometimes also an associated function.

    Looking at the Jetpack support site, adding this code into the code box will disable per-post subscriptions:

    add_filter( 'jetpack_allow_per_post_subscriptions', '__return_true' );

    Let me know if you have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Newbie question’ is closed to new replies.