1.1.0 - change theme from premium to free

This commit is contained in:
AlxMedia 2022-09-14 14:39:40 +02:00
parent 9400b19b9f
commit b8862399ba
7 changed files with 45 additions and 909 deletions

View file

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