• Hi Konrad,

    WordPress warns users when they try to simultaneously edit a post in the back end, but not if someone is editing the same post in the front end. Is there a way to do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback!

    Unfortunately that feature doesn’t exist in the front-end ACFE Form module. The native WP feature in the admin which prevent multiple users updating the same post is kinda complex, but it might be reproduced on the front-end with some advanced customization.

    If you want to try to reproduce it, note that WP rely on a post meta called _edit_lock which often has a value like this 1682008201:1 to determine if someone is editing a post or not. This could be lead to start your research.

    Hope it helps!

    Have a nice day!

    Regards.

    Thread Starter MoBlaise

    (@moblaise)

    Thank you so much for pointing me in the right directon!

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    You’re welcome ??

    Have a nice day!

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling simultaneous editing’ is closed to new replies.