Filter: ep_show_indexing_option_on_multisite

apply_filters( 'ep_show_indexing_option_on_multisite', $show ) → {bool}

Filter whether to show 'ElasticPress Indexing' option on Multisite in admin UI or not.

Parameters:
Name Type Description
$show bool

True to show.

Since:
  • 3.6.0
Source:
Returns:

New value

Type
bool