Plugin options autoloading
Quite personally I disagree with the author of the book to an extent. If you are auto-loading multiple options in your database when WordPress is initialising it’s doing a lookup that looks like this: *”SELECT option_name, option_value FROM wp_options WHERE autoload = ‘yes’”* — at the beginning. Now, imagine if you had 40 options, that’s … Read more