Filter: ep_network_capability

apply_filters( 'ep_network_capability', $capability ) → {bool}

Filter the WP capability needed to interact with ElasticPress in the network admin

Parameters:
Name Type Description
$capability bool

Capability name. Defaults to 'manage_network_elasticpress'

Since:
  • 4.5.0
Source:
Returns:

New capability value

Type
bool