Allows larger options to be stored in custom post type to prevent all_options from overflowing 1MB value limit. Written by Voce Connect.
Has an API similar to the WordPress Options API:
- Get:
wlo_get_option - Add:
wlo_add_option - Update:
wlo_update_option - Delete:
wlo_delete_option