Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

// Register Sidebars
function jfw_custom_sidebars() {

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