Viewing File: /home/maglabs/sfakstar/wp-content/themes/kariez/functions.php

<?php
/**
 *
 * This theme uses PSR-4 and OOP logic instead of procedural coding
 * Every function, hook and action is properly divided and organized inside related folders and files
 * Use the file `inc/Custom/Custom.php` to write your custom functions
 *
 * @package kariez
 */

if ( file_exists( dirname( __FILE__ ) . '/vendor/autoload.php' ) ) :
	require_once dirname( __FILE__ ) . '/vendor/autoload.php';
endif;

if ( class_exists( 'RT\\Kariez\\Init' ) ) :
	RT\Kariez\Init::instance();
	do_action('kariez_theme_init');
endif;

add_editor_style( 'style-editor.css' );
Back to Directory File Manager