Tag: javascript

GutenbergJavaScript

Gutenberg Components: Modal

Modals are really common in any user interface. It can be used for alerts, to render additional information or provide a way to enter data.

In this tutorial, we will learn about the Gutenberg Component Modal and see what options does it provides to us.

Read More
JavaScriptPlugins

How to create an Asset Manager for WordPress Plugins

Working with assets is pretty simple in WordPress. You have two hooks where you call the enqueue functions and that’s it. But what if you want to load the styles or script on just particular pages or only when a widget or shortcode is called? In this tutorial, we will build an asset manager for your WordPress plugin which you can utilize.

Read More