In this video we will see how to create a custom WordPress plugin. How to name a plugin, give description, version and author details. Then, we see the difference between Action and Filter hooks.
Official documentation for WordPress plugin development : https://developer.wordpress.org/plugi...
Official documentation for Action hooks : https://codex.wordpress.org/Plugin_AP...
Official documentation for Filter hooks : https://codex.wordpress.org/Plugin_AP...