Comment out example view namespace
This commit is contained in:
@@ -45,7 +45,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'namespaces' => [
|
'namespaces' => [
|
||||||
// In your views use something like: @include(WC::some.view.or.partial.here)
|
/* Given the below example, in your views use something like: @include('WC::some.view.or.partial.here') */
|
||||||
'WC' => WP_PLUGIN_DIR.'/woocommerce/templates/',
|
// 'WC' => WP_PLUGIN_DIR.'/woocommerce/templates/',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user