Filter: ep_user_register_feature

apply_filters( 'ep_user_register_feature', $version ) → {bool}

Filter whether the Users feature should be registered or not.

The Users feature is going to be migrated to ElasticPress Labs. If EP Labs is enabled and in a more recent version, it will change this to false and load its own version of the Users feature.

Parameters:
Name Type Description
$version bool

Version

Since:
  • 4.5.0
Source:
Returns:

New version

Type
bool