You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Generally, a good rule of thumb as to whether an option should be public or private is whether it's already publicly exposed (e.g. indirect UI, body class added, etc.). If it's not exposed as a variable on the frontend, then it should remain private.
Unlike published content, options can be security-sensitive and should not be exposed to everyone.
So while we were combing through options recently, we discussed each one and determined whether or not we felt it should be public or private.
The text was updated successfully, but these errors were encountered: