3.1.9 - change theme from premium to free

This commit is contained in:
AlxMedia 2022-11-21 12:20:09 +01:00
parent 909a93c7d3
commit c9323ca4a0
8 changed files with 281 additions and 1103 deletions

View file

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