In wp_postmeta table I noticed that some of the keys are with ‘_’ (underscore) prefix and and some are without _
What is the major difference between these fields and how they can be used while theming ?
Is there any special use of fields with _ ?
Most of the plugins used this approach to create meta keys but there is not codex on wordpress regarding meta key naming, its not sure if there is any technical difference between these key names.