Skip to content

Tag: wordpress

SimpleXmlElement Parsing Errors

Just had a WordPress site updated with the latest Custom Contact Forms. After the update the site is no longer loading and I see these errors: The first error refers to this function: But these errors are only PHP warnings, not fatal errors. But I get the white screen of death anyways. I am not familiar with …

WooCommerce orders page add customer role custom column

I want to add column to show the customer role on the WooCommerce orders, I search and everything I found is for one user. I also found this code on this link (WooCommerce show custom column) but I do not understand where I put what I need. I also found this code (https://gist.github.com/corsonr/5975207) but …

Why my logo is not appearing on the Homepage? [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 7 years ago. Improve this question Hello…

How to add woocommerce custom order status?

I have added new custom order status to woocommerce by using following function. whenever I go to edit order and changed the order status to newly added custom order status and click on Save Order button. After loading the order status automatically changes to Pending Order not stands in newly added custom or…