How To Disallow Parent Theme Deletion
-
Hi! as the title says,
?How can I disable specific theme deletion even from admin users in the WordPress Admin Panel
/wp-admin/themes.php
?What I′m trying to do is to share a parent theme between 2 websites as follows:
Website 1:
/var/www/domain1.com/public/wp-content/themes/parent-theme@
Website 2:
/var/www/domain2.com/public/wp-content/themes/parent-theme@The parent-theme@ directory is a symbolic link e.g.:
parent-theme -> /var/shared/parent-theme
So, no file duplicates and when there is an update it applies to both websites on the fly.
Any thoughts?
- The topic ‘How To Disallow Parent Theme Deletion’ is closed to new replies.