Developer Center

Server Module Development

Adding Field to Admin Area Service Detail

To add extra fields to the service detail in the Administrator panel, you must follow the steps below. Adding Fields In the class, you must create a function with adminArea_service_fields name. The return value must be an array, you can use the parameters wh...

Multi-Purpose Admin Area Buttons

To define multi-purpose buttons in the administrator area output, you first need to create the adminarea_buttons() function and the return of the function should be the array, the sample function is specified below. Button Array Parameters text : Button nam...

Defining Custom Function for Admin Area

When naming the function you will create in the class, you must use use_adminArea_ in its prefix. Custom Function Usage Areas Used to display a content you will reflect without including the site theme. Used to get a process done and get a result when the b...

Creating Action Log and Module Log

To facilitate module development, WISECP has a built-in logging function that allows you to record requests and response strings for each call that the module makes, thus allowing you to debug/troubleshoot and review module calls.To enable and browse log rec...

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top