
Function: JScms_cut_content
7 hours ago
The JScms_cut_content function truncates text to a specified limit while avoiding broken words.
7 hours ago
The JScms_cut_content function truncates text to a specified limit while avoiding broken words.
7 hours ago
The JScms_clean_content function sanitizes user input and preserves pre and code content.
4 hours ago
The JScms_escapePreCodeBlocks function escapes content in pre code blocks to prevent rendering issues and ensure safety.
8 hours ago
The JScms_send_email function stores email data in a database for later processing via cron jobs.
4 hours ago
The JScms_password_creator function generates random passwords using the md5 hash of random numbers.
4 hours ago
The JScms_numeric_creator function generates random numeric strings of a specified length.
8 hours ago
The JScms_encode_email function encodes email addresses to reduce spam collection.
21 hours ago
The JScms_string_encrypt_decrypt function handles encryption and decryption using AES-128-CTR.
4 hours ago
The JScms_isIPBlocked function checks if an IP is blocked using ranges or exact matches.