Skip to content
Kit edited this page Mar 18, 2015 · 8 revisions

Members are the post type used to represent patrons of the library.

Members are capable of borrowing Items (books) from or donating items to the library. Borrowing an item from the library creates a Loan. If the item is returned late the librarian can choose to fine the member.

Members can only be viewed on the front-end by logged in Librarians as part of the loan status displayed by Items. Members can be viewed on the back-end on the admin post table at /wp-admin/edit.php?post_type=wp_lib_members or from their management page on the Library Dashboard.

Clone this wiki locally