RE.N.A.P.A. – Modulo 1 (Tabella Candidati)
Crea la tabella wp_renapa_candidati per il Registro PCS
Untitled Snippet
function getChatContent() { const chat = document.querySelector('.mwai-chatbot .mwai-messages') || document.querySelector('.mwai-chatbot'); return chat ? chat.innerHTML : '';…
WPForms: add field description in notification HTML and plain text emails
With this snippet, you can add a field description in notification emails that are sent to…
Donation Fee Calculation
/** * 2. Calculate the exact Stripe Fee (2.9% + .30) if "Yes" is selected */…
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Dante Gallery Popup
Dante Gallery Popup
Retroactive License Emails
Send an email with the license key to customers when retroactively generating licenses with Easy Digital…
Show Page Title
echo the_title();
Download Archive Purchase Buttons
Output purchase button below the full content on download archive pages.
Apollo Website Tracking
function add_apollo_tracker() { ?>
WWOF - Hide the "In Stock Amount" column for non-wholesale customers
To hide a different column, swap the "elementClass" in line 29. All available element classes in…
Auto Generate Virtual Coupon After a Customer Completed an Order
/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…
Alert Admin When a Plugin Is Activated
Receive an email notification whenever a plugin is activated in WordPress. Useful for security monitoring, multi-admin…