Can I make options so they don’t autoload?
-
I’m finishing up a new plugin that almost never needs access to its options (from wp_options).
Is there a way I can avoid autoloading the options from that table? Can I create the options object with some sort of “autoload” => false parameter.
I’m a bit compulsive about avoiding pointless extra work for webservers and their databases.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can I make options so they don’t autoload?’ is closed to new replies.