This commit is contained in:
Alexander Agnarson 2021-03-08 18:56:59 +01:00
parent 920eb77a74
commit 0d9cd376cd
7 changed files with 27 additions and 1027 deletions

View file

@ -14,12 +14,6 @@
// Load Kirki
include( get_template_directory() . '/functions/kirki/kirki.php' );
// Load theme updater functions
function halftype_theme_updater() {
require( get_template_directory() . '/functions/updater/theme-updater.php' );
}
add_action( 'after_setup_theme', 'halftype_theme_updater' );
if ( ! function_exists( 'halftype_load' ) ) {
function halftype_load() {