Closed rolandbaer closed 1 month ago
It looks like _edit_last is not set/updated properly when using the 'Gutenberg' editor: https://github.com/WordPress/gutenberg/issues/31501 https://core.trac.wordpress.org/ticket/50255
First attempt was to use a 4-step-solution:
But the _edit_lock is updated as soon as a user opens the post in an editor. Therefore you don't get the last editor but the last user that possibly could have changed the post. And as the _edit_last entry is not handled properly only step 3 and 4 will remain.
installed WordPress 6.6.1 and Plugin and Plugin Version 1.1.1.
List Last Changes is fully functionally with the Template String “author”
If we switch to the Template String “editor” only in one Line there is an incorrect User-Name, all other Lines (we Display 100 on a page) are empty.
Checked Database wp_post and the correct names (id from wp_users) are in field post_author but no name is showed in the list. Page and Date are correct.
From https://wordpress.org/support/topic/template-field-for-editor/#post-17982330