Image cover
Make sure object-fit is set to cover.
Change Donation Cancellation Url
Change the URL that donors are returned to when they cancel their donation.
LifterLMS_DIR_AD_FPopulation - LifterLMS Course Sync - Detail Population Module
* PURPOSE: * - Hooks into main sync completion * - Populates comprehensive course data (lessons,…
ACF - KEYSMST_ Case - Tab 8: Contact Log Staging Fields
/** * WPCode Snippet: MST Case - Tab 8: Contact Log Staging Fields * Description: Temporary…
Show Certain Products to Certain Wholesale Customers Only
How to use: 1. Do not tag normal/default products. 2. Tag only “special” products with "wholesale-special".…
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
Allow HTML in the product description
function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…