This commit is contained in:
Thuan Bui
2018-06-26 11:09:22 +07:00
commit fd25f13a4f
154 changed files with 28820 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php
/**
* Yeu Chay Bo v6.0
*
* This file contains the core functionality for this child theme.
*
* @package SEOThemes\GenesisStarterTheme
* @link https://thuanbui.me/yeuchaybo
* @author Thuan Bui
* @copyright Copyright © 2018 Thuan Bui
* @license GPL-2.0+
*/
// If this file is called directly, abort.
if ( ! defined( 'ABSPATH' ) ) {
die;
}
// Load Child Theme Library (do not remove).
require_once get_stylesheet_directory() . '/lib/init.php';
/*
|--------------------------------------------------------------------------
| Place any custom code below this line.
|--------------------------------------------------------------------------
*/