Created
October 1, 2019 18:51
-
-
Save Galibri/a22c81b9f25ee39a395edb7432589418 to your computer and use it in GitHub Desktop.
Register Sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
register_sidebar( array( | |
'name' => esc_html__( 'My Sidebar', 'text-domain' ), | |
'id' => 'my-sidebar', | |
'description' => esc_html__( 'Add sidebar widgets here.', 'text-domain' ), | |
'before_widget' => '<section id="%1$s" class="widget %2$s">', | |
'after_widget' => '</section>', | |
'before_title' => '<h2 class="widget-title">', | |
'after_title' => '</h2>', | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment