https://github.com/masterfermin02/bc-cc-fp
BlueCoding Code Challnge - Fermin Perdomo
https://github.com/masterfermin02/bc-cc-fp
Last synced: 5 months ago
JSON representation
BlueCoding Code Challnge - Fermin Perdomo
- Host: GitHub
- URL: https://github.com/masterfermin02/bc-cc-fp
- Owner: masterfermin02
- Created: 2018-12-21T17:25:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T18:09:35.000Z (over 7 years ago)
- Last Synced: 2024-12-31T05:26:52.526Z (over 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# BlueCoding Code Challenge - Fermin Perdomo
BlueCoding Code Challenge.
## Contents
The WordPress BlueCoding Code Challenge plugin include:
* `CHANGELOG.md`. The list of changes to the core project.
* A `bc-cc-fp` directory that contains the source code - a fully executable WordPress plugin.
## Features
* All classes, functions, and variables are documented so that you know what you need to change.
* The project includes a `.pot` file as a starting point for internationalization.
* Show a list of users
* Allow you to filter by role
* Bulk multi status change
* Edit user name
## Installation
The WordPress BlueCoding Code Challenge plugin can be installed directly into your plugins folder:
```
1. Upload `bc-cc-fp` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
```