Plugins Last updated: Sunday, 19 June 2022 How to create a WordPress plugin for your custom functions When you need to run custom PHP code on your WordPress site often you’re instructed to add it to the... How to create a mu-plugin (“must use” plugin) A “Must-Use” plugins are special in WordPress – they cannot be disabled and run before any other plugin. Being ran...
How to create a WordPress plugin for your custom functions When you need to run custom PHP code on your WordPress site often you’re instructed to add it to the...
How to create a mu-plugin (“must use” plugin) A “Must-Use” plugins are special in WordPress – they cannot be disabled and run before any other plugin. Being ran...