Inpsyde\MultilingualPress\Module\ModuleManager::has_module PHP Méthode

has_module() public méthode

Checks if the module with the given ID has been registered.
Since: 3.0.0
public has_module ( string $id ) : boolean
$id string Module ID.
Résultat boolean Whether or not the module with the given ID has been registered.
    public function has_module($id);