
Hook: after_render
17 hours ago
The after_render hook is executed in the index.php file and runs at the very end of the rendering process.
17 hours ago
The after_render hook is executed in the index.php file and runs at the very end of the rendering process.
11 minutes ago
The on_template_load hook is executed during the template loading process in JScms.
17 hours ago
The config_end_render hook is executed at the end of the configuration file.
17 hours ago
The on_template_footer_js hook allows developers to inject JavaScript into the footer of the template.
17 hours ago
The on_template_header_css hook allows developers to inject CSS into the header of the template.
16 minutes ago
The on_template_footer_html hook allows developers to inject custom HTML into the footer of the template.
9 minutes ago
The on_profile_tab_content hook enables developers to inject dynamic tab content into user profiles.
17 hours ago
The on_profile_sidebar_links hook allows developers to dynamically add custom links to the user profile sidebar.
2 minutes ago
The on_user_save hook allows plugins to capture and store additional user-specific information during the save process.