Search results for: admin
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
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…
WC Vendors Activate All Inactive Vendors
Activates all inactive Vendor Stores in a WC Vendors Marketplace. NOTE: To be ran once.
WP Simple Pay: BuddyBoss Preview Compatibility
Provides BuddyBoss preview function compatibility
Add WPCode Permalink Smart Tag
Add a custom smart tag for WPCode to output the value of the current page permalink.
Custom Receipt Page
Redirect to custom receipt or another page after a donation is completed. Can be per campaign…
Custom Plugin for WPForms
WPForms custom template generator.
WP Simple Pay: Custom Button Color
Using CSS, change the checkout button color from green to blue when using the Embedded or…
Replace The WordPress Logo on Login Page with your own logo
Replace The WordPress Logo on Login Page with your own logo
AdCritter
Audience Pixel Code
WP Simple Pay: Allow Customers to Exempt from Tax
Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"
Headers and Footers
To track Google analytics.