Set and get the User class for Post->post_author instead of id integer #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
codeberg.org/vlw/wp@0837975758/src/Posts/Post.php (L94-L97)Since we now have the user tables added to this library, we should use the
Userclass for setting and returning values from thePost->post_authorcolumn instead of a user ID.