Inpsyde\MultilingualPress\Module\NetworkOptionModuleManager::has_module PHP Метод

has_module() публичный Метод

Checks if the module with the given ID has been registered.
С версии: 3.0.0
public has_module ( string $id ) : boolean
$id string Module ID.
Результат boolean Whether or not the module with the given ID has been registered.
    public function has_module($id)
    {
        return isset($this->modules[$id]);
    }