Search results for: admin
WP Simple Pay: Allow Customers to Exempt from Tax
Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"
Disable SEO Preview feature
This code snippet can be used to remove the "SEO Preview" feature in All in One…
AdCritter
Audience Pixel Code
Replace The WordPress Logo on Login Page with your own logo
Replace The WordPress Logo on Login Page with your own logo
WP Simple Pay: Custom Button Color
Using CSS, change the checkout button color from green to blue when using the Embedded or…
Custom Plugin for WPForms
WPForms custom template generator.
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Add WPCode Permalink Smart Tag
Add a custom smart tag for WPCode to output the value of the current page permalink.
WP Simple Pay: BuddyBoss Preview Compatibility
Provides BuddyBoss preview function compatibility
WC Vendors Activate All Inactive Vendors
Activates all inactive Vendor Stores in a WC Vendors Marketplace. NOTE: To be ran once.
Add Custom Field From Donation Form On The Receipt Page
This is an example of how to show a field data someone entered in their donation…
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…