remove_control('hide_show_nav_menu_btn'); $wp_customize->remove_control('menu_btn_target'); $wp_customize->remove_control('menu_btn_label'); $wp_customize->remove_control('menu_btn_link'); } /*--------------------------------------------------------------------*/ /* Register Google Fonts /*--------------------------------------------------------------------*/ function agencyio_fonts_url() { $fonts_url = ''; $font_families = array(); $font_families = array('Plus Jakarta Sans:300,400,500,600,700,|Urbanist:400,500,600,700,800&display=swap'); $query_args = array( 'family' => urlencode( implode( '|', $font_families ) ), 'subset' => urlencode( 'latin,latin-ext' ), ); $fonts_url = add_query_arg( $query_args, '//fonts.googleapis.com/css' ); return $fonts_url; } function agencyio_scripts_styles() { wp_enqueue_style( 'agencyio-fonts', agencyio_fonts_url(), array(), null ); } add_action( 'wp_enqueue_scripts', 'agencyio_scripts_styles' ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function agencyio_widgets_init() { $agencyio_footer_column_layout = get_theme_mod('agencyup_footer_column_layout',3); $agencyio_footer_column_layout = 12 / $agencyio_footer_column_layout; register_sidebar( array( 'name' => esc_html__( 'Sidebar Widget Area', 'agencyio' ), 'id' => 'sidebar-1', 'description' => '', 'before_widget' => '
', 'before_title' => '