WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP
https://w.org/playground/
GNU General Public License v2.0
1.65k stars 263 forks source link

[Data Liberation] Merge both XML processors into a single WP_XML_Processor #1960

Closed adamziel closed 4 weeks ago

adamziel commented 1 month ago

Merge WP_XML_Tag_Processor and WP_XML_Processor into a single WP_XML_Processor class. This reduces abstractions, enables keeping more properties as private, and simplifies the code.

Related to https://github.com/WordPress/wordpress-playground/issues/1894 and https://github.com/WordPress/wordpress-develop/pull/6713

Testing instructions

Confirm the CI tests pass.