Move 3rd-party libs to a dedicated directory
[MAILPOET-2545]
This commit is contained in:
committed by
Jack Kitterhing
parent
5ca9b6f520
commit
bfdaf4da1e
@ -3,6 +3,7 @@
|
||||
namespace MailPoet\Util\pQuery;
|
||||
|
||||
// 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);
|
||||
|
Reference in New Issue
Block a user