✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ business94.web-hosting.com ​🇻​♯➤ 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 162.0.209.198 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.117
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/hubcsyrx/oca.hubcity.africa/wp-includes/html-api//class-wp-html-stack-event.php
<?php
/**
 * HTML API: WP_HTML_Stack_Event class
 *
 * @package WordPress
 * @subpackage HTML-API
 * @since 6.6.0
 */

/**
 * Core class used by the HTML Processor as a record for stack operations.
 *
 * This class is for internal usage of the WP_HTML_Processor class.
 *
 * @access private
 * @ignore
 *
 * @since 6.6.0
 *
 * @see WP_HTML_Processor
 */
class WP_HTML_Stack_Event {
	/**
	 * Refers to popping an element off of the stack of open elements.
	 *
	 * @since 6.6.0
	 */
	const POP = 'pop';

	/**
	 * Refers to pushing an element onto the stack of open elements.
	 *
	 * @since 6.6.0
	 */
	const PUSH = 'push';

	/**
	 * References the token associated with the stack push event,
	 * even if this is a pop event for that element.
	 *
	 * @since 6.6.0
	 *
	 * @var WP_HTML_Token
	 */
	public $token;

	/**
	 * Indicates which kind of stack operation this event represents.
	 *
	 * May be one of the class constants.
	 *
	 * @since 6.6.0
	 *
	 * @see self::POP
	 * @see self::PUSH
	 *
	 * @var string
	 */
	public $operation;

	/**
	 * Indicates if the stack element is a real or virtual node.
	 *
	 * @since 6.6.0
	 *
	 * @var string
	 */
	public $provenance;

	/**
	 * Constructor function.
	 *
	 * @since 6.6.0
	 *
	 * @param WP_HTML_Token $token      Token associated with stack event, always an opening token.
	 * @param string        $operation  One of self::PUSH or self::POP.
	 * @param string        $provenance "virtual" or "real".
	 */
	public function __construct( WP_HTML_Token $token, string $operation, string $provenance ) {
		$this->token      = $token;
		$this->operation  = $operation;
		$this->provenance = $provenance;
	}
}


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
9 Jun 2026 3.59 AM
hubcsyrx / hubcsyrx
0755
class-wp-html-active-formatting-elements.php
7.104 KB
3 Mar 2026 6.11 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-attribute-token.php
2.724 KB
3 Mar 2026 6.11 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-decoder.php
16.293 KB
23 Nov 2025 11.00 AM
hubcsyrx / hubcsyrx
0644
class-wp-html-doctype-info.php
24.787 KB
19 Aug 2025 7.08 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-open-elements.php
21.985 KB
3 Mar 2026 6.11 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-processor-state.php
11.08 KB
3 Mar 2026 6.11 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-processor.php
210.41 KB
3 Mar 2026 6.11 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-span.php
1.073 KB
20 Jul 2024 3.44 AM
hubcsyrx / hubcsyrx
0644
class-wp-html-stack-event.php
1.614 KB
3 Mar 2026 6.11 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-tag-processor.php
163.679 KB
19 May 2026 1.06 PM
hubcsyrx / hubcsyrx
0644
class-wp-html-text-replacement.php
1.376 KB
20 Jul 2024 3.44 AM
hubcsyrx / hubcsyrx
0644
class-wp-html-token.php
3.33 KB
29 Sep 2025 1.56 AM
hubcsyrx / hubcsyrx
0644
class-wp-html-unsupported-exception.php
3.521 KB
13 Jul 2024 2.29 AM
hubcsyrx / hubcsyrx
0644
html5-named-character-references.php
78.284 KB
23 May 2024 11.56 PM
hubcsyrx / hubcsyrx
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF