- Functions prefixed with underscore may be considered as private functions.
- As a separator when constructing unique names for hooks, functions, fields
_ underscore prefix in WordPress and PHP.
In WordPress the underscore prefix on a field name indicates that it should not be included in the Custom Fields metabox.
In PHP programming the underscore is used in function naming for a number of reasons.