Hello,
I need to create a custom widget for my child sites. The MainWp plugin seems to include widgets with the MainWP_UI class inside the page-mainwp-overview.php file.
In another post, I read that we can use the mainwp_before_overview_widgets() hook to include custom code.
Do I use this hook to call my custom widget class ? Do I use the MainWP_UI class inside this hook ? It’s not clear for me.
Thanks for your help and examples.