%PDF- %PDF-
| Direktori : /www/old2/_terainkognita.cz/www.terainkognita.cz/wp-content/themes/bravada/cryout/ |
| Current File : /www/old2/_terainkognita.cz/www.terainkognita.cz/wp-content/themes/bravada/cryout/framework.php |
<?php
/**
* @package Cryout Framework
* @version 0.8.6.2
* @revision 20211001
* @author Cryout Creations - www.cryoutcreations.eu
*/
define('_CRYOUT_FRAMEWORK_VERSION', '0.8.6.2');
// Load everything
require_once(get_template_directory() . "/cryout/prototypes.php");
require_once(get_template_directory() . "/cryout/controls.php");
require_once(get_template_directory() . "/cryout/customizer.php");
require_once(get_template_directory() . "/cryout/ajax.php");
if( is_admin() ) {
// Admin functionality
require_once(get_template_directory() . "/cryout/tgmpa-class.php");
}
// Set up the Theme Customizer settings and controls
// Needs to be included in both dashboard and frontend
add_action( 'customize_register', 'cryout_customizer_extras' );
add_action( 'customize_register', array( 'Cryout_Customizer', 'register' ) );
// FIN!