79092567

Date: 2024-10-16 05:27:49
Score: 2
Natty:
Report link

Yes you can move it outside the loop and pass just post id from single overview page.

Just call below function and you can get last author id who edit/update post.

$last_id = get_post_meta( $postid, '_edit_last', true );

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanjay Mistry