UCF / UCF-WordPress-Theme

A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework.
3 stars 6 forks source link

Make update_option() calls conditional #16

Closed cjg89 closed 3 years ago

cjg89 commented 6 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.)

cjg89 commented 6 years ago

See https://github.com/UCF/Colleges-Theme/issues/44#issuecomment-419462852.