• Post category:StudyBullet-9
  • Reading time:4 mins read


An advanced course for building and submitting WordPress Plugin on WordPress org With Composer,PHPCS,Webpack

What you will learn

Creating WordPress Plugin From Scratch

Setting Up Webpack and Babel

Using Composer

Submitting the Plugin To WordPress org and Packagist

Creating Gutenberg Blocks

Understanding WordPress Core – How Plugins Are Loaded In WordPress

Description

This is an advanced course that teaches students :


Get Instant Notification of New Courses on our Telegram channel.


  • How to build a WordPress Plugin from scratch
  • Understanding WordPress Core on how WordPress plugin works under the hood.
  • Setting up Composer and using composer in a WordPress plugin.
  • Using composer autoloader to automatically local class files in the plugin.
  • Setting up Webpack, Babel
  • Setting up linting tools such as Eslint, styelint, PHPCS
  • Running PHPCS to sniff the code and write it as per WordPress Coding Standards.
  • Setting up webpack for building Gutenberg Blocks and patterns
  • Building Gutenberg Block Patterns and creating pattern templates.
  • Preparing the plugin to submit it to WordPress org.
  • Submitting the plugin to WordPress org to make it publicly available to download.
  • Uploading the approved plugin to WordPress SVN repository.
  • Updating the previous uploaded WordPress plugin on SVN.
  • Updating plugin version

By the end of this course you will have a good understanding of how plugin works, you will not only be able to build a plugin but also open-source it to WordPress org so that the entire community can use it. This will be a great contribution to the WordPress community and you also get a Plugin badge on your WordPress profile. This course not only helps the experts to get the core knowledge but also the beginners who have never built a plugin.

English
language

Content

Introduction

Introduction
Plugin Basics

Creating A Plugin

Writing Your First Plugin
Understanding WordPress Core : How Plugins Are Loaded?

Assets – Setup Webpack, Babel, and Linting Tools

Setup Webpack, Babel, ESLint, Stylelint

Composer – Setup Composer Packages and PHPCS Code Linting

Adding Composer Packages
Setup and Run PHPCS – Linting Tool

Register Block Patterns

Register Block Pattern

Sumit Your Plugin To WordPress.org

Prepare Plugin for Upload
Submit you plugin to WordPress.org

Uploading Your Approved Plugin To WordPress.org SVN

Plugin Approval Email And Preparing Plugin For Upload To SVN
Uploading Your Plugin To SVN