apply_filters( 'elementor/admin/dashboard_overview_widget/footer_actions', array $additions_actions )
Dashboard widget footer actions.
Description
Filters the additions actions displayed in Elementor dashboard widget.
Developers can add new action links to Elementor dashboard widget footer using this filter.
Parameters
Name | Type | Description |
---|---|---|
$additions_actions | array |
Elementor dashboard widget footer actions. |
Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |
Source
core/admin/admin.php
Used By
- core/admin/admin.php: Admin::get_dashboard_overview_widget_footer_actions()