storefront/functions.php
2014-12-12 10:21:33 -02:00

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
*/