Hi Peter,
Just to confirm, how are you disabling XML preprocessing through wpai_is_xml_preprocess_enabled? Were you able to add this function as well?
You’ll need to define this function for the filter you added to work. Kindly confirm with WPAllImport if this code is correct:
function wpai_is_xml_preprocess_enabled($is_enabled){
return false;
}
As for debugging, you’ll need to set WP_DEBUG and WP_DEBUG_LOG to “true”. Then, you’ll be able to find a debug.log file in your website’s wp-content folder. You may also ask assistance from your hosting provider regarding this.
You may refer to this link for assistance regarding this: https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_log
Hope this helps! If you’ll need further assistance, kindly get back to us with a screenshot of the error and a copy of the error log. Thank you!