=== WP Search Username ===
Plugin name: WP Search Username
Plugin URI: https://www.wordpress.org/plugins/wp-search-username/
Version: 1.0
Author: Robin Grasmeijer
Donate link:
Tags: search, username, author, display name, posts, custom posts, products, category, wordpress, post
Requires at least: 3.5
Tested up to: 4.9
Stable tag: 2.3.4

Search every username from the author in your Wordpress site.

== Description ==

You can place the below shortcode in your Wordpress site page content:    

[search-username]

Or place the below php shortcode in your themes file with a FTP Program: 

<?php  
// Use shortcode in a PHP - WP Search Username echo do_shortcode( '[search-username]' );
?>  