• Resolved einstem

    (@einstem)


    All,

    I have been having problems getting Jetpack Related posts to work with my hosting provider and my site, so I want to try to make sure I understand this whole issue about Jetpack and XMLRPC.

    In JetPack,I use the following modules:
    Related Posts, WordPress Stats, Subscriptions, Comments, Publicize

    I had a developer add this code in my wp-config.php file a while back to protect my site against XMLRPC DOS attacks:

    add_filter(‘xmlrpc_enabled’, ‘__return_false’);

    Will this allow my Jetpack features listed above to still work?
    Will this disable any other Jetpack features I should be aware of?

    I read some of the threads in the forum, and some of the support information says that XMLRPC is required for Jetpack to work.

    But there are also other threads that say disabling it using this “filter” will still let Jetpack work:

    https://wordpress.org/support/topic/disabling-xml-rpc-may-damage-jetpack?replies=18

    So, just trying to figure out what really needs to be set-up for Jetpack to work and if my issues are related to limits with my hosting provider or not.1

    Thanks.

    Michael

    https://wordpress.org/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    This comment by one of our developers may shed some light on the issue:

    https://wordpress.org/support/topic/disabling-xml-rpc-may-damage-jetpack?replies=18#post-5366625

    Specifically:

    If you are using the add_filter('xmlrpc_enabled','__return_false'); method, then traditional WordPress XMLRPC will be disabled (so the mobile apps will cease to function, for example, as will a number of other third-party clients like Pressgram and IFTTT) but Jetpack will still function.

    Thread Starter einstem

    (@einstem)

    Perfect. Thanks so much!

    I don’t use mobile apps and don’t even know what Pressgram or IFTTT are, so presume I don’t need to worry about those, so sounds like I am fine with the “add filter” option, which keeps my site a bit safer from attacks.

    Michael

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Question on disabling XMLRPC and using Jetpack’ is closed to new replies.