https://github.com/chrstph-gg/wordpress-verified-user
A simple Wordpress Plugin that enables you to "verify" users, by displaying a checkmark next to their name.
https://github.com/chrstph-gg/wordpress-verified-user
checkmark verification verified-users wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
A simple Wordpress Plugin that enables you to "verify" users, by displaying a checkmark next to their name.
- Host: GitHub
- URL: https://github.com/chrstph-gg/wordpress-verified-user
- Owner: chrstph-gg
- License: mit
- Created: 2024-09-04T07:33:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T17:58:52.000Z (5 months ago)
- Last Synced: 2026-02-08T20:34:50.565Z (5 months ago)
- Topics: checkmark, verification, verified-users, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress Verified User (WPVU)






## 🚀 Overview
This Plugin enables you to "verify" users on your Wordpress Website.
It adds a Checkmark next to the users name, just like on platforms like Twitter or Instagram.
The checkmark is supplied to users belonging to a role you choose.
## 🎯 Features
- Add's "Verified" Badge to every user with a set role
- Verified Role customizable
## 💻 Usage
After installing the Plugin you'll get a "Verified Checkmark" Page under "Settings" in your Wordpress admin dashboard. In there you can choose the role that should receive the checkmark.

Here you can also change which injection method should be used to ensure the plugin fully working for your theme.
Available methods are:
- Unicode (max theme compatibility)
- Inline SVG (no external library)
- Font Awesome icon
The checkmark could look like this:

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/chrstph-gg/wordpress-verified-user/issues).
1. Fork the project.
2. Create your feature branch (`git checkout -b feature/AmazingFeature`).
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the branch (`git push origin feature/AmazingFeature`).
5. Open a pull request.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## 📊 Repository Metrics



## Other Wordpress Plugins built by me
- [Get-IP](https://github.com/chrstph-gg/get-ip)
- [getUserInfo](https://github.com/chrstph-gg/getUserInfo)
- [Woocommerce ACO - Autocomplete Orders](https://github.com/chrstph-gg/woocommerce-aco)
- [Woocommerce Custom Emails](https://github.com/chrstph-gg/woocommerce-custom-emails)
- [Woocommerce License Keys](https://github.com/chrstph-gg/woocommerce-license-keys)