Can we use include(locate_template('...')) to include templates?

locate_template() is perfectly fine to be used, also per submission requirements;

If incorporated into the theme, custom template files are required to be called using get_template_part() or locate_template()

but what I am asking about is the combo of include and locate_template() which I also found in several TF WP themes.

1 Like