Publish box not appearing on edit product page
-
I have inherited a WooCommerce store from a previous developer. It has been left in a mess and I am currently trying to untangle everything and start afresh with a new theme.
I’ve noticed that the ‘Publish’ box (containing the visibility details and update button) is missing on the edit product page. This is visible in my development store, so I’m assuming it’s being caused by some previous customisation.
I’ve removed all the old plugins except the essential, as well as all the old themes. I’ve cleared the cache, checked the display options, and I’m using an admin account. I still can’t get this box to appear though.
On a related note, I have a function tied in to the
save_post
event that updates some post metadata when a product is updated, but that doesn’t seem to run. Again, it does with my development store.I’m thinking the previous developer might have messed with the post types/taxonomies and/or used the
remove_meta_box()
function somewhere. But everything has been reset as far as I can see now. Is there anywhere else to look, or any other suggestions?
- The topic ‘Publish box not appearing on edit product page’ is closed to new replies.