File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TokenLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: End.php <?php namespace WPForms\Vendor; /** * Concrete end token class. * * @warning This class accepts attributes even though end tags cannot. This * is for optimization reasons, as under normal circumstances, the Lexers * do not pass attributes. */ class HTMLPurifier_Token_End extends HTMLPurifier_Token_Tag { /** * Token that started this node. * Added by MakeWellFormed. Please do not edit this! * @type HTMLPurifier_Token */ public $start; public function toNode() { throw new \Exception("HTMLPurifier_Token_End->toNode not supported!"); } } // vim: et sw=4 sts=4 Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirComment.phpFile787.00 B Rename | Delete | EditEmpty.phpFile279.00 B Rename | Delete | EditEnd.phpFile618.00 B Rename | Delete | EditStart.phpFile161.00 B Rename | Delete | EditTag.phpFile2.01 KB Rename | Delete | EditText.phpFile1.32 KB Rename | Delete | Edit