Change WordPress user roles and capabilities › Forums › Restrict or Permit access inside WordPress – how to › How to restrict specific settings within a wordpress plugin › Reply To: How to restrict specific settings within a wordpress plugin
03/06/2022 at 02:27
#7959
Vladimir
Keymaster
Hi,
It’s difficult or impossible, if plugin does not offer itself some filters for this purpose.
General road, to find CSS class of HTML element ID of selected section and hide it by condition via JavaScript. Look at the example (it was made for front-end though).