Steps to create a plugin:
Plugin structure
Plugins in Osclass are usually located in the oc-content/plugins/ folder.
Create a new folder, for example, ai_chatbot.
Main files
Inside the ai_chatbot folder, create the following files:
index.php — the main file of the plugin.
functions.php —...