Skip to content

niamrox/introduction-to-wordpress-plugin-development

 
 

Repository files navigation

Instructor: Tom McFarlin

In this course, we're going to take a look at everything that goes into building a WordPress plugin. We'll start from the ground up by setting up a web server, a database server and PHP. Next, we'll install WordPress and then we'll look into some of the sample plugins that are bundled with the software.

From there, we'll move on to examining the event-driven design pattern, how it factors into creating a WordPress plugin, and then we'll look at the differences between WordPress actions and WordPress filters.

Finally, we'll build our own plugin using various WordPress APIs, taking into account everything that's necessary to get the plugin fully functional for use in our installation of WordPress.

Source code description

This repository contains a simple WordPress plugin: Post Notice. This plugin allows a WordPress site administrator to create a simple notice to be displayed above a post. The plugin contains PHP, CSS and JavaScript code to implement both administrative and end-user interfaces.

These are source files for the Tuts+ course: Introduction to WordPress Plugin Development

Available on Tuts+. Teaching skills to millions worldwide.

About

A demo WordPress plugin used for the "Introduction To WordPress Plugin Development Course"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.2%
  • CSS 18.5%
  • JavaScript 6.3%