You appear to be a bot. Output may be restricted
Description
Register widget area.
Usage
$void = twenty_twenty_one_widgets_init();
Parameters
Returns
void
Source
File name: twentytwentyone/functions.php
Lines:
1 to 14 of 14
function twenty_twenty_one_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Footer', 'twentytwentyone' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here to appear in your footer.', 'twentytwentyone' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h2 class="widget-title">', 'after_title' => '</h2>', ) ); }