A partial is a [template] called from any other template including [shortcodes], [render hooks], and other partials. A partial either renders something or returns something. A partial can also call itself, for example, to [walk] a data structure.
A partial is a [template] called from any other template including [shortcodes], [render hooks], and other partials. A partial either renders something or returns something. A partial can also call itself, for example, to [walk] a data structure.