šŸ¤© Knowledge is Power šŸ¤©

Learn how to use JScms

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.

Hooks JScms
faq-preview-img
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...

Functions JScms
faq-preview-img
Function: JScms_numeric_creator

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...

Hooks JScms
faq-preview-img
Hook: after_render_admin

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...

Functions JScms
faq-preview-img
Function: JScms_encode_email

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...

Hooks JScms
faq-preview-img
Hook: admin_menu

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-...

Functions JScms
faq-preview-img
Function: JScms_string_encrypt_decrypt

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.

Hooks JScms
faq-preview-img
Hook: admin_menu_manage

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.

Functions JScms
faq-preview-img
Function: JScms_isIPBlocked

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.

Hooks JScms
faq-preview-img
Hook: admin_menu_tools

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.