šŸ¤© 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: after_render

5 min read time

Hook: after_render The after_render hook is executed in the index.php file and runs at the very end of the rendering process. It is part of JScms's dynamic hook system,...

Functions JScms
faq-preview-img
Function: JScms_sanitize_input

5 min read time

Function: JScms_sanitize_input The JScms_sanitize_input function is used to sanitize user input by removing unnecessary whitespace, HTML tags, and special characters.

Plugins JScms
faq-preview-img
How do I update a plugin?

5 min read time

How to Update a Plugin Updating a plugin in JScms is a straightforward process that ensures your plugins stay up-to-date with the latest features and fixes.

General
faq-preview-img
How do I install JScms?

5 min read time

How to Install JScms Installing JScms is a straightforward process. Follow these steps to set up your JScms website quickly: Step-by-Step Installation Guide...

Hooks JScms
faq-preview-img
Hook: on_template_load

5 min read time

Hook: on_template_load The on_template_load hook is executed during the template loading process in JScms. It is particularly useful for plugins or custom logic that nee...

Functions JScms
faq-preview-img
Function: JScms_get_table_data

5 min read time

Function: JScms_get_table_data The JScms_get_table_data function retrieves a single record from a specified database table by its ID. It ensures that the correct data is...

Plugins JScms
faq-preview-img
How do I deactivate or remove a plugin?

5 min read time

How to Deactivate or Remove a Plugin You can deactivate or remove a plugin in JScms using the following steps: To Deactivate a Plugin (orange arrow): Log in to the JScms...

General
faq-preview-img
How do I uninstall JScms?

5 min read time

How to Uninstall JScms Uninstalling JScms involves removing its files, database, and any associated data from your server. Follow these steps to safely uninstall JScms: Step-by-Step Un...

Hooks JScms
faq-preview-img
Hook: config_end_render

5 min read time

Hook: config_end_render The config_end_render hook is executed at the end of the configuration file. This file is the first to load for every page in JScms, making this...