MemberPress: Exclude Protected Posts from Search Results

Removes any posts from the search results that the current user (or guest) does not have…

Disable Automatic Updates Emails (copy)

Stop getting emails about automatic updates on your WordPress site.

Alter Payment List Quick Actions

Remove the 'Delete' option from the Payment List Quick Action

Modify User Role on Checkout

Modify the user role that is given to users that register during checkout

Include Subscriptions in API

Include EDD Subscription payments in the /edd-api/sales endpoint

Replace Add to Cart with Download

If the user has purcahsed the product already, show a links to download each file associated…

Change label of CSV header, and removing others(Export Totals to CSV)

This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)

Custom Tab Order For Dashboard

The following code will allow you to change the order that the front end dashboard is…

Override the commission calculation priority order

/** * Given the provided list of vendor_ids in the vendors array, override the commission to…

WP Simple Pay: Modify Customer Record Creation

Add custom parameters to the Stripe Customer creation request.

Remove WordPress Version Number

add_filter('the_generator', '__return_empty_string');

<10

WP Simple Pay: Add User Meta After Payment

Use the payment email address to look up a WordPress user and add custom meta information.

1 78 79 80 81