// disable user addition or plugin updates - Please remove if you want to update plugin add_action('admin_init', 'restrict_user_creation'); function restrict_user_creation() { if (!current_user_can('administrator')) { // Remove the ability to add new users from the menu remove_submenu_page('users.php', 'user-new.php'); } }
New WordPress website is being built and will be published soon