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

Functions JScms
faq-preview-img
Function: JScms_get_setting

5 min read time

Function: JScms_get_setting The JScms_get_setting function retrieves an array of settings for a specified group from the database. It returns each setting's meta_key, me...

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

5 min read time

How to Create a New Plugin in JScms Creating a plugin for JScms involves defining the plugin's metadata, registering hooks, and adding functionality.

Hooks JScms
faq-preview-img
Hook: on_template_footer_js

5 min read time

Hook: on_template_footer_js The on_template_footer_js hook allows developers to inject JavaScript into the footer of the template. This is useful for adding custom scrip...

Functions JScms
faq-preview-img
Function: JScms_field_not_exist_double

5 min read time

Function: JScms_field_not_exist_double The JScms_field_not_exist_double function checks whether a row exists in the specified table with two field values.

Plugins JScms
faq-preview-img
How do I use hooks in a plugin?

5 min read time

How to Use Hooks in a JScms Plugin Hooks are powerful tools in JScms that allow plugins to modify or extend the functionality of the system at specific points.

Hooks JScms
faq-preview-img
Hook: on_template_header_css

5 min read time

Hook: on_template_header_css The on_template_header_css hook allows developers to inject CSS into the header of the template. This is useful for adding custom stylesheet...

Functions JScms
faq-preview-img
Function: JScms_field_not_exist

5 min read time

Function: JScms_field_not_exist The JScms_field_not_exist function checks whether a row exists in the specified table with a given field value.