Search results for: admin

JP_Wp_Snippets

All different snippets I have been using

create_folder_and_upload_file

Creating a folder directly inside the WordPress Media Library through code requires understanding that the WordPress…

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.

<10

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.

David Ozokoye PRO
<10

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

Amanda Sox
<10
1 57 58 59 60 61 114