apply_filters( 'ep_admin_bar_should_display', $should_display ) → {bool}
Filter whether to display the admin bar status.
Parameters:
| Name | Type | Description |
|---|---|---|
$should_display |
bool | Whether to display the admin bar status. |
- Since:
- 5.3.0
- Source:
Returns:
New should display value
- Type
- bool