After Checkout Event in EDD
This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…
AstraFormatFix
add_filter( 'astra_v4_block_editor_compat', "__return_true" );
remove auto linkig
remove_filter( 'comment_text', 'make_clickable', 9 );
Disable delayed customer recalculations
In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…
Disable EDD Software Licensing Activation/Deactivation Logs
By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…
Basic WP escaping functions
// ❌ Don't use _e(), __(), _x() etc. to output data // ✅ Use the escaped…
Escaping data with wp_kses
// ❌ Don't use html tags in escaping functions like esc_html, esc_attr and their localized equivalents…
HTML inside PHP
How to output HTML inside PHP.
TplMng
// This code is part of the template, $tplData['hasShellZip'] is provided through TplMng $hasShellZip = $tplData['hasShellZip'];…
Advanced Spam Filters for Elementor Forms
Filter spam emails by either email provider @gamil.com, @hotmail.com, or whatever you want. You can also…
Set the ranges for Calendar List View | Display Eventbrite Events
The following code snippet filters the valid ranges for the next/prev keys of the calendar list…
Auto Responder Message Content | Quick Event Manager
add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…