Skip to contents

Waiting List Management

Capture and process artist pilot program applications

convert_waitlist_to_user()
Convert waiting list entry to user account
create_waitlist_entry()
Add artist to the pilot program waiting list
get_pending_waitlist()
List waiting list entries for review
get_waitlist_entry()
Retrieve a waiting list entry
update_waitlist_status()
Update waiting list entry status
waitlist
Artist waiting list management

Whitepaper Download Tracking

Track and analyze whitepaper downloads for lead generation

get_downloads_by_email()
Get download history for an email address
get_recent_downloads()
Get recent whitepaper downloads
get_whitepaper_stats()
Get whitepaper download statistics
has_downloaded_whitepaper()
Check if email has already downloaded whitepaper
log_whitepaper_download()
Record a whitepaper download
whitepaper
Whitepaper download tracking

Security Utilities

Cryptographic functions for authentication

generate_secure_token()
Generate secure random token
hash_token()
Hash a token for secure storage
is_valid_email()
Validate email address format
security
Security and cryptographic utility functions