mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-04 14:11:16 +08:00
16 lines
No EOL
331 B
PHP
16 lines
No EOL
331 B
PHP
<?php
|
|
/**
|
|
* storefront engine room
|
|
*
|
|
* @package storefront
|
|
*/
|
|
|
|
/**
|
|
* Initialize all the things.
|
|
*/
|
|
require get_template_directory() . '/inc/init.php';
|
|
|
|
/**
|
|
* Note: Do not add any custom code here. Please use a child theme so that your customizations aren't lost during updates.
|
|
* http://codex.wordpress.org/Child_Themes
|
|
*/ |