mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
child theme note
This commit is contained in:
parent
737aa5f3cc
commit
f3324ce9af
1 changed files with 16 additions and 0 deletions
16
functions.php
Executable file
16
functions.php
Executable file
|
@ -0,0 +1,16 @@
|
|||
<?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
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue