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