Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s functions.php file:
    if(is_admin()){
    add_filter( ‘override_post_lock’, create_function(“”, ‘return false;’ ));
    }

    Done.

    By the way that is a function of wordpress, not Document Revisions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Desable the "Take over" button’ is closed to new replies.