
Hook: before_render_admin
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...
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
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_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: 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_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 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_string_encrypt_decrypt The JScms_string_encrypt_decrypt function encrypts or decrypts strings using the AES-128-CTR encryption method.
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_isIPBlocked The JScms_isIPBlocked function checks if a given IP address is within a blocked range or matches a specific blocked IP.
5 min read time
Hook: admin_menu_tools The admin_menu_tools hook allows developers to add or modify menu items in the "Tools" dropdown menu of the admin interface.