/home/awneajlw/public_html/wp-content/themes/codz/inc/redux-framework/admin-init.php
<?php
/**
 * Require Redux Files
 *
 * @package codz
 */

// Load Redux extensions - MUST be loaded before your options are set.
if ( file_exists( get_parent_theme_file_path( '/inc/redux-framework/redux-extensions/extensions-init.php' ) ) ) {
	require_once get_parent_theme_file_path( '/inc/redux-framework/redux-extensions/extensions-init.php' );
}

// Load the theme/plugin options.
if ( file_exists( get_parent_theme_file_path( '/inc/redux-framework/options-init.php' ) ) ) {
	require_once get_parent_theme_file_path( '/inc/redux-framework/options-init.php' );
}