Filter: ep_facet_enabled_in_editor

apply_filters( 'ep_facet_enabled_in_editor', $enabled ) → {bool}

Filter if facet should be enabled in the editor. Default: false

Parameters:
Name Type Description
$enabled bool
Since:
  • 5.1.0
Source:
Returns:

If enabled or not

Type
bool