What's the primary difference between template tags prefaced with the versus get_the?
Template tags prefaced with the _ return a value. Template tags prefaced with get_the display a value.
Template tags prefaced with the _ display a value. Template tags prefaced with get_the return a value.
Template tags prefaced with the _ can be used directly within a template.
Template tags prefaced with the _ don't accept arguments.