WP Manifestindependent plugin directory
manifest / users / user-search

User Search

WP plugin for searching registered site users on the front

by Laurens Offereins · github.com/lmoffereins/user-search · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lmoffereins/user-search/archive/refs/heads/master.zip

Declares an update source (lmoffereins/user-search), so updates arrive through the plugin's own updater.

Readme

=== User Search === Contributors: Offereins Tags: user, search, front-end Requires at least: 4.0 Tested up to: 4.1-alpha Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Search for registered site users from the front-end.

== Description ==

This plugin enables you to search for registered users on your site. Search words are matched with default user data (name, display name, email address) and any other custom user meta data.

Supports BuddyPress:

  • Restrict searchable users to members of user groups.
  • Find users by matching seach words with XProfile user data.

== Installation ==

  1. Place the 'user-search' folder in your '/wp-content/plugins/' directory.
  2. Activate User Search.
  3. Visit 'Users > Search' to initialize the plugin.
  4. Search for a user from your site's front-end search.

== Changelog ==

= 1.0.0 =

  • Initial release

Read the full README on GitHub →