[wp-trac] [WordPress Trac] #28795: Group Options by sections
WordPress Trac
noreply at wordpress.org
Tue Jul 8 22:21:47 UTC 2014
#28795: Group Options by sections
--------------------------------+-----------------------------
Reporter: alecuf | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Options, Meta APIs | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------------+-----------------------------
Enhancement: new "section" column to wp_options table
The new column will be used to organize options better. It may serve as a
namespace for options. Each plugin will get its section. This way it will
be easier to clean the wp_options table from unused options, easier to
call all the options of a plugin/theme. For now developers use hacks like
naming all the options with a "namespace_" at the begining, or saving all
the options in one big option cell. Transients will go to "transient"
section, etc.
It will be easier to make this compatible with older versions of WP.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28795>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list