• Resolved mtjarrett

    (@mtjarrett)


    All of a sudden, I started getting this message (below) today. Have not done anything on the website in weeks. Can’t figure out why this just today became a problem. Any help resolving it is greatly appreciated. Thanks.

    Function jetpack_form_register_pattern is deprecated since version jetpack-13.4!

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 30 total)
  • I have it as well. It updated today to 13.4.

    Same

    same

    This is a total irresponsibility that caused this, I’m going to uninstall ‘Jetpack’ and never use it again.

    I also encountered the same error, which also causes a bug in the WooCommerce product page’s ‘Add to Cart’ feature. I found a temporary solution: in the wp-config.php file, change define( 'WP_DEBUG', true ); to define( 'WP_DEBUG', false );. This way, the error will not appear temporarily.

    • This reply was modified 2 years, 1 month ago by stan178.

    Deactivating and reactivating the plugin sorted out my problem.

    Deactivating and reactivating the plugin will not fix this issue.

    All websites with Jetpack have the same issue 🤣​🤣​😂​😂​🤪​🤪​ It seems they still haven’t figured out what the problem is… It will be weeks before the update. My advice is to never use Jetpack.

    +1

    I started getting this message (below) today. Have not done anything on the website these days. Can’t figure out why this just today became a problem. Any help resolving it is greatly appreciated. Thanks.

    Deprecated: Function jetpack_form_register_pattern is deprecated since version jetpack-13.4! Use Automattic\Jetpack\Forms\ContactForm\Util::register_pattern instead.

    My website is about Open Source HR Software & never done anything on my website Horilla HRMS. Please check the website link attached below & please advice me to solve the issue.

    Thanks in Advance.

    My website link: https://www.horilla.com/

    Disabled then re-enabled plugin sorted the issue.

    Also having this problem. Had to downgrade Jetpack and disable auto-updates to prevent it from happening again.

    Same thing for me. I can’t log in to the backend of my WordPress site because of this.

    1. Rename folder with JetPack plugin /wp-content/plugins/jetpack
    2. Make downgrade to previous version JetPack https://github.com/Automattic/jetpack-production/releases/tag/13.3.1
    3. Turn off autoupdate plugin

    I also think this might work. If you replace line 129 of jetpack/modules/contact-form.php with this:

    add_action( 'init', [\Automattic\Jetpack\Forms\ContactForm\Util::class, 'register_pattern'] );

    That looks to be the only place the deprecated function is used as far as I can tell.

Viewing 15 replies - 1 through 15 (of 30 total)

The topic ‘Function jetpack_form_register_pattern is deprecated since version jetpack-13.4’ is closed to new replies.