__( 'Sidebar Widget Area', 'boostify' ), 'id' => 'boostify-sidebar-primary', 'description' => __( 'The Primary Widget Area', 'boostify' ), 'before_widget' => '', 'before_title' => '
', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer Widget Area', 'boostify' ), 'id' => 'boostify-footer-widget-area', 'description' => __( 'The Footer Widget Area', 'boostify' ), 'before_widget' => '
', 'before_title' => '
', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'boostify_widgets_init' );