我们对您的插件的支持:我们不会为您提供创建插件的支持,如果您觉得某些功能无法正常工作或存在错误,请随时从支持页面发送电子邮件。我们将在未来的更新中检查并修复错误。PASS CRM comes with built - in functions that allow you to create plugins and integrate additional features with the core functions.
Are you interested in creating plugins for PASS CRM and selling them on CodeCanyon, or creating your own features based on your needs? This guide will show you how to do it.
A plugin is a code package that supports a certain form of code modularization and helps you create reusable code. It extends the core functions of the main application.
A plugin can consist of action hooks, filters, controllers, models, libraries, languages, views, configuration files, helpers, and can also access the underlying code of PASS CRM.
What you need to know before getting started with plugins:
Plugin maintenance: You are responsible for maintaining the plugins you are developing. When significant changes occur in PASS CRM, it is your responsibility to make them compatible with the latest version.
Plugin security: When building a plugin, ensure that it is completely secure and use the existing functions and methods in the Codeigniter PHP framework.
Our support for your plugins: We will not provide support for you to create plugins. If you feel that some functions are not working properly or there are bugs, please feel free to send an email from the support page. We will check and fix the bugs in future updates.