<?php
/**
 * Created by PhpStorm.
 * User: adiardana
 * Date: 18/03/19
 * Time: 00.28
 */

add_action( 'widgets_init', function() {
//    unregister_sidebar( 'footer_three' );
//    unregister_sidebar( 'footer_four' );

//    register_sidebar( array(
//        'name' => __( 'Top Footer', 'theme-slug' ),
//        'id' => 'top_footer',
//        'description' => __( 'Widgets in this area will be shown at the top of the footer.', 'theme-slug' ),
//        'before_widget' => '<li id="%1$s" class="widget %2$s">',
//        'after_widget'  => '</li>',
//        'before_title'  => '<h2 class="widgettitle">',
//        'after_title'   => '</h2>',
//    ) );
}, 41 ); // Change the 10 priority to move it up/down on the widgets list