Home › Forums › Stripe Payments Plugin › Action Hook not working. › Reply To: Action Hook not working.
May 19, 2022 at 5:19 am
#4555
Admin
Keymaster
Custom plugin is simply another WordPress plugin that contains your custom code. If you are not a WordPress developer, you won’t be able to create a custom plugin/script.
The alternative option that you could try is to add the custom code to your theme’s functions.php
file.
If you really want to create a small plugin, you can check the following articles that has some very basic info on how to create a plugin:
It really requires some WordPress development knowledge, otherwise it may seem confusing to you.