mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 06:20:51 +08:00
Move /updater/ folder to /functions/ folder and update functions.php
This commit is contained in:
parent
e9049d0aca
commit
a9dc658a98
4 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ include( get_template_directory() . '/functions/kirki/kirki.php' );
|
||||||
|
|
||||||
// Load theme updater functions
|
// Load theme updater functions
|
||||||
function split_theme_updater() {
|
function split_theme_updater() {
|
||||||
require( get_template_directory() . '/updater/theme-updater.php' );
|
require( get_template_directory() . '/functions/updater/theme-updater.php' );
|
||||||
}
|
}
|
||||||
add_action( 'after_setup_theme', 'split_theme_updater' );
|
add_action( 'after_setup_theme', 'split_theme_updater' );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue