Files
yeuchaybo/functions.php
T

29 lines
675 B
PHP
Raw Normal View History

2018-06-26 11:09:22 +07:00
<?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.
|--------------------------------------------------------------------------
*/