Removing #doc_history from invoices
-
The invoice pages show #doc_history which includes things like admin login name and I do not want that information being published to pages. Is there a filter I can remove to avoid this being published on the invoice pages? I was unable to remove using CSS as well, e.g.
Edit to child theme CSS does not seem to be effective, either. The following has zero effect, despite working in inspector.
#doc_history { display: none !important; }
Also, it seems like anyone can look at the invoices including nefarious crawlers. They would be able to get account and billing information, etc. How do you suggest I secure the invoices?
I am looking at a couple add-ons, recurring charges, for example, but I need a few kinks resolved. You appear to have the most polished product I have tested so far, kudos!
Thank you!
Jamie
- The topic ‘Removing #doc_history from invoices’ is closed to new replies.