esc_html__( 'Primary Menu', 'bz-multisatilet' ), 'footer' => esc_html__( 'Footer Menu', 'bz-multisatilet' ), ) ); add_theme_support( 'custom-background', array( 'default-color' => 'ffffff' ) ); } endif; // bz_multi_satilet_setup add_action( 'after_setup_theme', 'bz_multi_satilet_setup' ); function bz_multi_satilet_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'bz-multisatilet' ), 'description' => esc_html__( 'Appears on sidebar', 'bz-multisatilet' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 1', 'bz-multisatilet' ), 'description' => esc_html__( 'Appears on sidebar', 'bz-multisatilet' ), 'id' => 'footer-1', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 2', 'bz-multisatilet' ), 'description' => esc_html__( 'Appears on sidebar', 'bz-multisatilet' ), 'id' => 'footer-2', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 3', 'bz-multisatilet' ), 'description' => esc_html__( 'Appears on sidebar', 'bz-multisatilet' ), 'id' => 'footer-3', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => esc_html__( 'Footer 4', 'bz-multisatilet' ), 'description' => esc_html__( 'Appears on sidebar', 'bz-multisatilet' ), 'id' => 'footer-4', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'bz_multi_satilet_widgets_init' ); if ( ! isset( $content_width ) ) $content_width = 900; add_action( 'admin_menu', 'bz_multi_satilet_pros'); function bz_multi_satilet_pros() { add_theme_page( esc_html__('bz-multisatilet Details', 'bz-multisatilet'), esc_html__('bz-multisatilet Details', 'bz-multisatilet'), 'edit_theme_options', 'bz_multi_satilet_pro', 'bz_multi_satilet_pro_details'); } function bz_multi_satilet_pro_details() { ?>