
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.
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_result_render The on_search_result_render hook allows plugins to modify or extend the rendering of individual search results.
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...
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
Function: JScms_get_cat_notused The JScms_get_cat_notused function retrieves all categories from the database that are not assigned to any page and do not have an external URL.
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
Function: JScms_table_data_condition The JScms_table_data_condition function retrieves records from a specified table based on a given field and value condition, with optional exc...
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
Function: JScms_get_usergroup_all The JScms_get_usergroup_all function retrieves all user groups from the specified table with their ID, name, and description.
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 =...