Restrict Downloads to Purchase Email

Force users to be logged-in to download purchased files through Easy Digital Downloads and also require…

Disable recurring renewal notices for specific download

Allows renewal notice emails to be disabled for subscriptions including a certain download.

Remove Free Text

Remove the word "free" from free products

Disable Pages and Post from Appearing in Wordpress Search Results

Using WPCode, apply the following code snippet to effectively disable certain pages from appearing in the…

WP Simple Pay: Change Custom Amount Field Input Type

Changes the `type` attribute on the `input` tag. This helps some mobile keyboards have a better…

Change TikTok purchase Event

When using the WPCode Conversion Pixels addon the event name used when a purchase is completed…

<10

Hide nutrition facts for Tasty Recipes printing

Prevent nutritional information from being displayed in the Tasty Recipes print view

<10

Conditional Gateway Fees

Do not charge gateway fee to customer if the amount is over X

Remove hyperlink from name field

add_filter('preprocess_comment', 'remove_links_from_comment_author'); function remove_links_from_comment_author($commentdata) { // Regular expression to detect hyperlinks $pattern = '/

Pete Tran
<10

Add user registration date

/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…

1 53 54 55 56 57 141