Libraries tagged by wp options
wp-cli/entity-command
10287209 Downloads
Manage WordPress comments, menus, options, posts, sites, terms, and users.
wp-forge/wp-options
273027 Downloads
A WordPress helper class for managing plugin options.
wp-user-manager/wp-optionskit
14366 Downloads
A toolkit for developers to create administration options panels for WordPress powered by Vuejs
automattic/jetpack-options
719038 Downloads
A wrapper for wp-options to manage specific Jetpack options.
devgeniem/wp-readonly-options
61488 Downloads
Predefine WordPress options in your code and force get_option() results.
log1x/modern-acf-options
33322 Downloads
A modern take on ACF Theme Options
wp-papi/papi
29883 Downloads
WordPress Page Type API with custom fields
boospot/boo-settings-helper
1648 Downloads
Helper class that lets you create options settings page securely and swiftly without dealing with WordPress Settings API.
typisttech/wp-option-store
17563 Downloads
Extending WordPress Options API, read options from places other than database, the OOP way
luizbills/wp-options-page
779 Downloads
Easy way to build options/settings pages in your WordPress plugins and themes.
zawntech/wp-admin-options
2248 Downloads
A library of custom WordPress admin option classes.
voceconnect/wp-large-options
5296 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
24515 Downloads
An object oriented library for dealing with WordPress options and caching.
dwnload/wp-settings-api
12982 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
57052 Downloads
Adds useful definable constants which are missing from the WP Core.