🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 20:33:39 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Util
/
pQuery
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Util/pQuery
🔄 Refresh
✏️
Editing: pQuery.php
Writable
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Util\pQuery; if (!defined('ABSPATH')) exit; use MailPoetVendor\pQuery\pQuery as pQuerypQuery; // extend pQuery class to use UTF-8 encoding when getting elements' inner/outer text // phpcs:ignore Squiz.Classes.ValidClassName class pQuery extends pQuerypQuery { public static function parseStr($html): DomNode { $parser = new Html5Parser($html); if (!$parser->root instanceof DomNode) { // this condition shouldn't happen it is here only for PHPStan throw new \Exception('Renderer is not configured correctly'); } return $parser->root; } }
💾 Save Changes
❌ Cancel