Default Widget Area Arguments

/**
 * Default Widget Area Arguments
 *
 * @param array $args
 * @return array $args
 */
function ea_widget_area_args() {

	return array(
		'description'   => '',
		'before_widget' => '<section id="%1$s" class="widget %2$s">',
		'after_widget'  => '</section>',
		'before_title'  => '<h6 class="widget-title">',
		'after_title'   => '</h6>',
	);
}
add_filter( 'be_sidebar_selector_widget_area_args', 'ea_widget_area_args' );

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk