I am trying to remove the “New RSVP” option in the admin editor since it is not used. We only sell tickets.
Doing a quick search it looks like this is the solution I’m looking for, but the code doesn’t seem to remove the option when I input it into my functions file. Is this still the latest working code?
I’d recommend starting off by taking a look at our Themer’s Guide, which can show you which templates can be edited and copied in order to achieve the results that you are looking for.
The template that you’ll want to override is: /wp-content/plugins/event-tickets/src/admin-views/meta-box.php
Hi Jaime, thanks for the tip. I may be overlooking something in the documentation but where does the meta-box.php file go in the child theme?
For this purpose I just needed to hide the button, which I have done in CSS. But for future reference I’d still like to know how to override the admin view.