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

5 min read time

Function: JScms_redirect The JScms_redirect function is used to redirect the user to a specified URL with an optional HTTP status code. It ensures proper redirection by s...

Functions JScms
faq-preview-img
Function: redirectTo

5 min read time

Function: redirectTo The redirectTo function is used to redirect the user to a specified URL and optionally set a session message. It serves as a wrapper for JScms_redirect, allow...

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.

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

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

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.

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.

Functions JScms
faq-preview-img
Function: JScms_row_exist

5 min read time

Function: JScms_row_exist The JScms_row_exist function checks whether a row exists in the specified table by its ID. Syntax JScms_row_exist($jakdb, $id, $table...

Functions JScms
faq-preview-img
Function: JScms_cut_content

5 min read time

Function: JScms_cut_content The JScms_cut_content function truncates text to a specified limit while ensuring no broken words or partial sentences.