Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sidebar

Fill in the user-friendly form.
Click the “Update Code” button.
Copy the code to your project.
Or save it as a snippet and share it with the community.

// Register Sidebars
function custom_sidebars() {

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