Skip to content

Instantly share code, notes, and snippets.

@janneleppanen
Last active April 5, 2017 12:08
Show Gist options
  • Save janneleppanen/0743d76cee615c6cefcec87c19844777 to your computer and use it in GitHub Desktop.
Save janneleppanen/0743d76cee615c6cefcec87c19844777 to your computer and use it in GitHub Desktop.
function render_template_part( $template, $args ) {
extract( $args );
include( locate_template( $template . '.php' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment