Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ENTREPRISE THOMAS SIMEON

// Register Sidebar
function custom_sidebar() {

	$args = array(
		'name'          => __( 'SERVICES  A  LA  PERSONNE  ', 'text_domain' ),
		'description'   => __( 'ENTREPRISE  THOMAS SIMEON ', 'text_domain' ),
		'class'         => 'SERVICES A  A  LA  PERSONNE ',
	);
	register_sidebar( $args );

}

// Hook into the 'widgets_init' action
add_action( 'widgets_init', 'custom_sidebar' );