https://github.com/justinyahin/wpdf
Create, filter, sort and display users data on your WordPress site.
https://github.com/justinyahin/wpdf
data filtering wordpress
Last synced: 2 months ago
JSON representation
Create, filter, sort and display users data on your WordPress site.
- Host: GitHub
- URL: https://github.com/justinyahin/wpdf
- Owner: JustinyAhin
- License: gpl-3.0
- Created: 2019-07-09T15:08:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T12:28:47.000Z (over 6 years ago)
- Last Synced: 2025-10-10T17:11:31.052Z (9 months ago)
- Topics: data, filtering, wordpress
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Data Filter
> Create, filter, sort and display users data on your WordPress site.
## Description
Create, filter, sort and display users data on your WordPress site.
## Installation
1. Copy the plugin folder to your wp-content/plugins folder
2. Activate the plugin
## Frequently Asked Questions
### How to display the users table?
To display the users table, just add the shortcode [wpdf-users] in a post,
a page or a widget. The plugin will automatically fetch the list of users
and display in an HTML table.