remove_control('blogus_content_layout'); } function bloghunt_theme_setup() { //Load text domain for translation-ready load_theme_textdomain('bloghunt', get_stylesheet_directory() . '/languages'); require( get_stylesheet_directory() . '/hooks/hook-front-page-main-banner-section.php' ); require( get_stylesheet_directory() . '/customizer-default.php' ); require( get_stylesheet_directory() . '/frontpage-options.php' ); } add_action( 'after_setup_theme', 'bloghunt_theme_setup' ); if (!function_exists('bloghunt_get_block')) : /** * * * @since Bloghunt 1.0.0 * */ function bloghunt_get_block($block = 'grid', $section = 'post') { get_template_part('hooks/blocks/block-' . $section, $block); } endif;