mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-06-05 15:10:03 +09:00
29 lines
675 B
PHP
29 lines
675 B
PHP
<?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.
|
|
|--------------------------------------------------------------------------
|
|
*/
|