There was an error while loading. Please reload this page.
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' ); } );