Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Is it possible to remove the “Revert to Editor” button on the post edit view via a hook in the used themes functions.php?
I played around with the rendering hook siteorigin_panels_render but with no effect :(
Hi Jane,
You can remove the Revert to Editor button by filtering siteorigin_panels_builder_supports. Here’s an example snippet of how to do this:
(removed – see next comment)
Kind regards,
Alex
Hi Jane,
Sorry, there was a typo in the previous PHP. The correct PHP is:
Kind regards,
Alex