Book Image

WordPress Web Application Development

By : Rakhitha Nimesh Ratnayake
Book Image

WordPress Web Application Development

By: Rakhitha Nimesh Ratnayake

Overview of this book

Table of Contents (19 chapters)
WordPress Web Application Development Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

WordPress plugins for web development


By default, WordPress offers blogging and CMS functionalities to cater to simple applications. In real web applications, we need to develop most things using the existing features provided by WordPress. In short, all those web application-related features will be implemented using plugins. In this book, we have created a main plugin for portfolio management application. This plugin was intended to provide project specific tasks in our application and is hence not reusable in different projects. We need more and more reusable plugins and libraries as developers who are willing to take long journeys in web application development with WordPress. In this section, we will discuss the various types of such plugins:

  • Reusable libraries

  • Extensible plugins

  • Pluggable plugins

Note

Keep in mind that plugins are categorized into the previously mentioned types conceptually, for the sake of understanding various features of plugin development. Don't try to search using...