Skip to content

mukkoo/wordpress-ghosts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Ghosts Users for Wordpress

This set of functions allow to create hidden and uneditable users for wordpress.

Description

You can create how many users (ghosts) that you want with custom details: Username, Role, Password and email. For this users will be:

  • hidden visibility on the users list in WP backend
  • disabled password reset ability
  • disabled password edit ability
  • automatically recreate all users profiles when deleted

Usage

Three steps to use it:

  • Put the file in your WP theme folder.
  • Include it in functions.php file pasting this command at the end of file:
       include_once('ghosts-functions.php');
  • Populate the Ghosts array in first lines of ghosts-functions.php

About

Create hidden and uneditable users for wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%