apply_filters( 'ep_elementor_widgets_pre_all_widgets', $widgets ) → {null|array}
Short-circuits the process of getting all widgets of a template.
Returning a non-null value will effectively short-circuit the function.
Parameters:
| Name | Type | Description |
|---|---|---|
$widgets |
null | Widgets array |
- Since:
- 5.3.0
- Source:
Returns:
Widgets array or null to keep default behavior
- Type
- null | array