Converting Shortcodes to Blocks in WordPress

Shortcodes are a powerful way to add custom functionality to your WordPress site. However, unlike blocks, they do not offer a preview of their output in the editor. This guide will show you how to convert your shortcodes to blocks in WordPress. This way, you will see how your content shall appear when using the...

8 Lessons
26m read.
Advanced

Building a Plugin for WordPress

This course will take you through creating a WordPress plugin for your site using PSR-4 – PHP Standard Recommendation – 4. This recommendation specifies the process of autoloading classes from the file paths. The standard used in this tutorial also specifies where to place files that will be auto-loaded once our plugin is activated. Course...

4 Lessons
19m read.
Advanced