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

5 min read time

Hook: admin_menu_settings The admin_menu_settings hook allows developers to add or modify menu items in the "Settings" dropdown menu of the admin interface.

Hooks JScms
faq-preview-img
Hook: admin_menu_logs

5 min read time

Hook: admin_menu_logs The admin_menu_logs hook allows developers to add or modify menu items in the "Logs" dropdown menu of the admin interface.

Hooks JScms
faq-preview-img
Hook: admin_menu_tags

5 min read time

Hook: admin_menu_tags The admin_menu_tags hook allows developers to add or modify menu items in the "Tags" dropdown menu of the admin interface.

Hooks JScms
faq-preview-img
Hook: admin_menu_news

5 min read time

Hook: admin_menu_news The admin_menu_news hook allows developers to add or modify menu items in the "News" dropdown menu of the admin interface.

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

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.

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

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.

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.