MemberPress: Exclude Protected Posts from Search Results
Removes any posts from the search results that the current user (or guest) does not have…
Elegant Fade In-Out
Hide all elements until they Visible in the Viewport
CWP - MailChimp RSS email ID
Adds MailChimp email ID to RSS feeds for better conversion tracking
Allow SVG Files Upload
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…
Force "Become a Vendor" to always go to /my-account/become-a-vendor/
/** * Force "Become a Vendor" to always go to * /my-account/become-a-vendor/ * * Applies to…
Hide payment icons for trials
Hides the payment icons on checkout when the item in the card is a free trial
Elementor Store Headers
Gives support for Elementor on WC Vendor Headers
Custom Tab Order For Dashboard
// Add this to your themes functions.php to change the order, rearrage the lines. First line…
Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
MemberPress: Change Stripe Payment Description
Change the Stripe payment descriptor for non-recurring payments.
The commission is only log when the order status is completed
log commission when the order status is completed.
Disable delayed customer recalculations
In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…
Extra WordPress Filters in Pro (Update single event pretty permalink to avoid permalink conflict) | Display Eventbrite Events
Using this filter, you can update single event pretty permalink to avoid permalink conflict. By default,…