https://github.com/roccotripaldi/poller-express
https://github.com/roccotripaldi/poller-express
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roccotripaldi/poller-express
- Owner: roccotripaldi
- License: gpl-2.0
- Created: 2014-09-24T03:46:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T04:58:34.000Z (almost 12 years ago)
- Last Synced: 2023-08-16T03:57:41.744Z (almost 3 years ago)
- Language: PHP
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Poller Express
==============
This GIT project demonstrates a nice, MVC like structure for creating a WordPress plugin.
The plugin itself creates a settings page in the WordPress dashboard, allowing an admin to create and edit questions
for a simple poll questionnaire. We also create a shortcode that can display the poll in any post or page, allowing the
visitor to vote, and view the results.
The plugin's output is not our focus, instead the point of this project is to teach.
You'll find a solid foundation that can be repeated in whatever plugin you can dream up.
The intended audience is for developers just getting started with WordPress.
This project contains tags that outline logical steps that take use from a basic foundation to finished product.
Step 1
------
Nothing happens here. We have a basic code skeleton that could be committed to memory if you plan to build a lot of
WordPress plugins.
Step 2
------
We implement the functionality in the wp-admin. Adding a menu item, and a menu page, and giving the user the ability to save settings.