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]);
    }