Libraries tagged by wp options
wp-cli/entity-command
9775342 Downloads
Manage WordPress comments, menus, options, posts, sites, terms, and users.
wp-forge/wp-options
249787 Downloads
A WordPress helper class for managing plugin options.
wp-user-manager/wp-optionskit
14222 Downloads
A toolkit for developers to create administration options panels for WordPress powered by Vuejs
automattic/jetpack-options
712363 Downloads
A wrapper for wp-options to manage specific Jetpack options.
devgeniem/wp-readonly-options
60755 Downloads
Predefine WordPress options in your code and force get_option() results.
log1x/modern-acf-options
32411 Downloads
A modern take on ACF Theme Options
wp-papi/papi
29865 Downloads
WordPress Page Type API with custom fields
boospot/boo-settings-helper
1210 Downloads
Helper class that lets you create options settings page securely and swiftly without dealing with WordPress Settings API.
typisttech/wp-option-store
17435 Downloads
Extending WordPress Options API, read options from places other than database, the OOP way
luizbills/wp-options-page
763 Downloads
Easy way to build options/settings pages in your WordPress plugins and themes.
zawntech/wp-admin-options
1957 Downloads
A library of custom WordPress admin option classes.
voceconnect/wp-large-options
5219 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
mundschenk-at/wp-data-storage
22339 Downloads
An object oriented library for dealing with WordPress options and caching.
dwnload/wp-settings-api
12791 Downloads
A PHP class abstraction that removes all the headaches of the WordPress settings API under the hood and builds a nice options panel on the fly.
devgeniem/wp-define-more
56367 Downloads
Adds useful definable constants which are missing from the WP Core.