All Topics
Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';'
With DEBUG on, I see the following warning on the top of a taxonomy listing index page…
Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 1 in /home/myfolder/public_html/wp-content/plugins/admin-columns-pro/classes/Editing/classes/Strategy/Taxonomy.php on line 36
I have four taxonomies registered in addition to Categories and Tags, and the only one this is happening on is the one attached to *Users*…
Wordpress does not support User-attached taxonomies out of the box, but I have enabled it using the LH User Taxonomies plugin.
That said, I do not know if this is the problem or coincidence.
Row 36 is $doc->loadHTML( $html );
Is there any way to fix this warning?
You must be logged in to reply to this topic.