Post Types - roberts-sandbox/create-repo GitHub Wiki
WP-Librarian uses four custom Post Types at its core:
| Name | Internal Name | Class | Description |
|---|---|---|---|
| Items | wp_lib_items |
WP_LIB_ITEM |
Physical items in the Library's inventory. 1 book = 1 item |
| Members | wp_lib_members |
WP_LIB_MEMBER |
A patron of Library. They are allowed to borrow Items |
| Loans | wp_lib_loans |
WP_LIB_LOAN |
The borrowing of an Item by a Member |
| Fines | wp_lib_fines |
WP_LIB_FINE |
The fining of a Member for an Items late return |