Skip to the content.

Dashboard

Remove dashboard widgets

use Fire\Admin\RemoveDashboardWidgets;

(new RemoveDashboardWidgets(
    'widget_id',
    'other_widget',
    'more_widget_ids',
))->register();

Next: Functions