Add Donation Receipt Opt Out Checkbox
In this function we register a new donation field with a key of `receipt_opt_out`. If the…
Change Campaign Rewrite To Not Use With Front
Customizes the definition of the campaign post type, setting the with_front option to false.
Move Social Login Checkout Buttons
By default, the login buttons display below the payment icons for the gateway picker. This plugin…
Hide file-specific download options
This plugin hides file-specific download options so that All Access customers can only view/download the first…
Remove Product Notes For Specific Downloads
Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…
Add an audio field to the sign up form
// Add the audio field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_audio_uploader'); function wcv_audio_uploader( ){ //…
Newsletter signup
Get your readers to sign up for your newsletters seamlessly, in a single click
Remove the Header Menu Underline on Hover
If you enable the Header menu underline it will display both on active items and on…
Add vendor id and name to CSV commissions export
Add vendor id and name to CSV commissions export
Disable EDD Software Licensing Activation/Deactivation Logs
By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…
Extra WordPress Filters in Pro (Tag Data for a Custom Layout) | Display Eventbrite Events
By default, all the tag data is not retrieved as this requires extra API calls. If…
Google Call Tracking - On Website
This snippet goes on the Contact page where our phone number is displayed. It allows Google…
MemberPress: Change default values for state and country fields on registration forms
Change the default values for the state and country fields on registration forms.