Skip to content

Instantly share code, notes, and snippets.

@timbocode
Created January 10, 2020 13:51
Show Gist options
  • Save timbocode/62b21ea425a48375ea4db2e94b6eba40 to your computer and use it in GitHub Desktop.
Save timbocode/62b21ea425a48375ea4db2e94b6eba40 to your computer and use it in GitHub Desktop.
public function template_path() {
$templatepath = file_exists( get_stylesheet_directory() . '/classic-commerce/' ) ? 'classic-commerce/' : 'woocommerce/';
return apply_filters( 'woocommerce_template_path', $templatepath );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment