
Hook: on_search_count_results
5 min read time
Hook: on_search_count_results The on_search_count_results hook allows plugins to contribute to the total count of search results, enabling a comprehensive search experie...
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: on_search_count_results The on_search_count_results hook allows plugins to contribute to the total count of search results, enabling a comprehensive search experie...
5 min read time
Hook: on_tags_count_results The on_tags_count_results hook allows plugins to contribute custom counts to the total number of tagged results.
5 min read time
Hook: on_tags The on_tags hook allows plugins to contribute additional results based on tags. Usage $hookResults = DynamicHooks::executeHook('on_tags', false,...
5 min read time
Hook: on_tags_result_render The on_tags_result_render hook allows plugins to modify or extend the rendering of individual tagged results. Usage $hookResults =...
5 min read time
Hook: register_dynamic_urls The register_dynamic_urls hook allows plugins to define their own dynamic URLs that can be used as shortcodes for easy integration within the...
5 min read time
Hook: admin_usergroup_form_fields The admin_usergroup_form_fields hook allows plugins to dynamically add custom fields to the user group management form in the admin int...
5 min read time
Hook: admin_usergroup_save The admin_usergroup_save hook allows plugins to handle custom data processing after a user group is saved in the admin interface.
5 min read time
Hook: admin_usergroup_fetch_data The admin_usergroup_fetch_data hook allows plugins to fetch and modify additional data for a user group during data retrieval in the adm...
5 min read time
Hook: on_dashboard_boxes The on_dashboard_boxes hook in JScms allows developers to dynamically add custom boxes to the admin dashboard. This feature is particularly useful for provi...