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

5 min read time

Hook: dashboard_statistics The dashboard_statistics hook allows developers to add custom statistics to the dashboard. Plugins can contribute their own metrics, which wil...

Functions JScms
faq-preview-img
Function: getMaxUploadSize

5 min read time

Function: getMaxUploadSize The getMaxUploadSize function determines the maximum file size allowed for uploads based on server configuration.

Hooks JScms
faq-preview-img
Hook: editor_block_directories

5 min read time

Hook: editor_block_directories The editor_block_directories hook allows plugins to register their own block directories for the block editor.

Functions JScms
faq-preview-img
Function: convertToBytes

5 min read time

Function: convertToBytes The convertToBytes function converts shorthand notations for memory size (e.g., 8M, 2G) into their equivalent values in bytes.

Hooks JScms
faq-preview-img
Hook: editor_blocks

5 min read time

Hook: editor_blocks The editor_blocks hook allows plugins to register custom blocks for the block editor. Each block is defined with its file path, title, and category t...

Functions JScms
faq-preview-img
Function: JScms_upload_preview_image

5 min read time

Function: JScms_upload_preview_image The JScms_upload_preview_image function handles the uploading, validation, and processing of preview images for database entries.

Hooks JScms
faq-preview-img
Hook: on_search

5 min read time

Hook: on_search The on_search hook allows plugins to extend the core search functionality by adding custom results based on the query.

Functions JScms
faq-preview-img
Function: JScms_varname_blocked

5 min read time

Function: JScms_varname_blocked The JScms_varname_blocked function checks whether a given value (such as a variable name or slug) is reserved or already exists in a specified data...

Hooks JScms
faq-preview-img
Hook: on_search_result_render

5 min read time

Hook: on_search_result_render The on_search_result_render hook allows plugins to modify or extend the rendering of individual search results.