Closed cjg89 closed 3 years ago
Update all explicit update_option() calls to check the existing option value before forcing an update to prevent excessive db calls. (We do this in a few places to force some default plugin options for this theme.)
update_option()
See https://github.com/UCF/Colleges-Theme/issues/44#issuecomment-419462852.
Update all explicit
update_option()
calls to check the existing option value before forcing an update to prevent excessive db calls. (We do this in a few places to force some default plugin options for this theme.)