Skip to content
Amaury Balmer edited this page Apr 1, 2019 · 1 revision

To declare a widget, add the following code to the plugin's main file.

// Widgets	
add_action( 'widgets_init', function () {	
	register_widget( '\BEA\PB\Widgets\Main' );	
} );

Clone this wiki locally