• Resolved bbell2000

    (@bbell2000)


    Every time I edit a page via Quick Edit, all of my Pie Register settings for that page are lost.

    I’m running WP 5.3.2 with Pie Register 3.4.2.

    Is there something I can do to fix this until there’s an official fix available?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor genetech

    (@genetech)

    Hi,

    We have fixed the issue and it will be attached with next version. For now, you can edit pie-register/pie-register.php. Find function piereg_save_meta_box_data() and Add below code to start of functio.

    //Don't update on Quick Edit
    if (defined('DOING_AJAX') ) {
    return $post_id;
    }

    Thanks

    Thread Starter bbell2000

    (@bbell2000)

    Thanks so much for the quick response. I’ll be verifying it works this morning.

    Plugin Contributor genetech

    (@genetech)

    This fix is released. Please update your plugin to latest version (3.4.4)

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

The topic ‘Plug-In is incompatible with Quick Edit’ is closed to new replies.