
17 hours ago
The after_render hook is executed in the index.php file and runs at the very end of the rendering process.
13 minutes ago
The on_template_footer_html hook allows developers to inject custom HTML into the footer of the template.
14 minutes ago
The editor_block_directories hook allows plugins to register custom block directories for the editor.
18 minutes ago
The editor_blocks hook allows plugins to register custom blocks for the block editor.
11 minutes ago
The admin_usergroup_populate_js hook allows plugins to dynamically populate JavaScript fields for user groups.
18 minutes ago
Learn how to use the on_dashboard_boxes hook in JScms to add custom boxes to the admin dashboard.
17 hours ago
The JScms_redirect function is used to redirect users to a specified URL with an HTTP status code.
17 hours ago
The redirectTo function allows URL redirection with optional session messages for success, error, or information.
17 hours ago
The JScms_sanitize_input function sanitizes user input to ensure safety and prevent security vulnerabilities.