Variable Pricing License Expiration
Set the expiration time for licenses per price option
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Google Adsense In-Article
Google AdSense In-Article snippet
WP Simple Pay: Allow Customers to Exempt from Tax
Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"
WPCODE_DIR_AB_ACF - Fields for WPCode Snippets Sync
/** * WPCode Snippet: ACF Fields for WPCode Snippets Sync * Description: Registers ACF fields to…
NEXTSTEP SHORTCODE CRONJOB
/** * Compliance Calendar - Cron Jobs (Overdue Detection) * Checks for overdue compliance items and…
Set a Custom Email Header (copy)
This snippet sets custom email headers to ensure you can control specific behaviors of your sent…
custom CSS slide-in reposition
html body div#om-{{id}}.Campaign.CampaignType--slide { right: 40px !important; bottom: 100px !important; }
Add the "input hidden" field type to the EDD settings
Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…
Change Add Product button URL
Change Add Product button URL
Filter Slider Speed | Display Eventbrite Events
The following filter changes slider speed from default 10 seconds ( 10000 milliseconds ). (Note this…