Cortex Image Meta API
/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…
Meta Pixel - ViewContent Event
Meta Pixel - ViewContent Event
Disable Update Notifications
Disable all wordpress update notifications
Pre-approval Emails
Email the admin and customer when a pre-approval payment has been made.
AffiliateWP - Force Query String Format for Affiliate Deep Links
Fixes redirect loops caused by AffiliateWP's pretty deep link format (/page/ref/username/) conflicting with WooCommerce or custom…
Add Customer Name Column to Affiliate Portal Referrals Tab
Adds a Customer Name column to the main Referrals table in the Affiliate Portal. Pulls the…
Fix coupon displaying 0% in the affiliate dashboard
add_filter( 'get_post_metadata', function( $value, $object_id, $meta_key, $single ) { static $running = false; if ( $running…
Adsense
Adse
MemberPress: Require Specific Coupon to Register
The code will make a specific coupon mandatory for purchasing a specific membership. More than one…
Product Expiry For Woo
Supports the Expiry for Woocommerce plugin - WC Vendor
Escaping data with wp_kses
// ❌ Don't use html tags in escaping functions like esc_html, esc_attr and their localized equivalents…
Filter the decision to send a user confirmation | Quick Event Manager
add_filter('qem_registration_always_confirm',,,1); This filter returns a Boolean to decide if a confirm is to be sent or…