
Function: JScms_getWebSocketStatus
5 min read time
Function: JScms_getWebSocketStatus The JScms_getWebSocketStatus function checks whether the WebSocket server is currently running by verifying the existence of a process ID (PID)...
We will explain all features, functions, hooks, plugins, editor and how to navigate and modify your content in JScms. How to create pages, plugins, add your own language phrases and use AI to improve your articles if you want.
5 min read time
Function: JScms_getWebSocketStatus The JScms_getWebSocketStatus function checks whether the WebSocket server is currently running by verifying the existence of a process ID (PID)...
5 min read time
Hook: before_render_admin The before_render_admin hook is triggered before the admin panel template is rendered. It allows developers to modify data, inject logic, or re...
5 min read time
Function: JScms_password_creator The JScms_password_creator function generates a random alphanumeric password of a specified length. It uses the md5 hash function combine...
5 min read time
Hook: after_render_admin The after_render_admin hook is triggered after the admin panel template is rendered. It allows developers to execute logic, log events, or appen...
5 min read time
Function: JScms_numeric_creator The JScms_numeric_creator function generates a random numeric string of a specified length. It calculates the minimum and maximum possible...
5 min read time
Hook: admin_menu The admin_menu hook allows developers to dynamically add new menus to the admin navigation bar. This is useful for integrating custom modules or plugin-...
5 min read time
Function: JScms_encode_email The JScms_encode_email function encodes an email address into its HTML entity representation. This obfuscates the email to reduce spam while...
5 min read time
Hook: admin_menu_manage The admin_menu_manage hook allows developers to add or modify menu items in the "Manage" dropdown menu of the admin interface.
5 min read time
Function: JScms_string_encrypt_decrypt The JScms_string_encrypt_decrypt function encrypts or decrypts strings using the AES-128-CTR encryption method.