2011-07-24, 23:05:26
this seems like an easy plugin... Im not sure of the exact hooks, but you could probably prevent them in a quick way by checking the slug against a restricted list generated within your plugin's control panel. If matched, you could die within a hook on changedata.php
Something more elegant would be using a hook like 'header' or something within edit.php
Code:
die('you dont have permissions to edit this page')
Something more elegant would be using a hook like 'header' or something within edit.php