mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
Initial
This commit is contained in:
@@ -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.
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
Reference in New Issue
Block a user