
20.03.2025 16:25
The JScms_get_setting function retrieves grouped settings from the database, including meta keys, values, and defaults.
20.03.2025 16:25
The JScms_get_table_data function retrieves a single record from a database table by its ID, or returns null if not found.
20.03.2025 16:25
The JScms_field_not_exist function checks for the existence of a field value in a database table.
20.03.2025 16:25
The JScms_field_not_exist_double function checks for the existence of a row with two field values in a database table.
20.03.2025 16:25
The JScms_row_exist function checks for the existence of a row in a database table by its ID.
20.03.2025 16:25
The JScms_cut_content function truncates text to a specified limit while avoiding broken words.
20.03.2025 16:25
The JScms_clean_content function sanitizes user input and preserves pre and code content.
20.03.2025 16:25
The JScms_escapePreCodeBlocks function escapes content in pre code blocks to prevent rendering issues and ensure safety.
20.03.2025 16:25
The JScms_send_email function stores email data in a database for later processing via cron jobs.