WordPress Plugin Development with Svelte
This course aims you to teach you how to code your own plugin on a WordPress website. We are going to learn together how to start, how to activate our plugin and how to change our content dynamically.
At the end of this course, i’ll provide you the entire plugin as files to use.
In this course, we are going to learn to use SvelteJS to create our first WordPress Plugin. Step by step, we are going to:
Create a local WordPress,
Create your first WordPress plugin
Build our first Svelte app,
Create our first Svelte component,
Link WordPress with our Svelte app,
Import Bootstrap as a CDN,
Import others scripts that we will need,
Show/hide a cookie banner,
Put/remove cookies from browser