Add the_content to storefront template.

Changes the number of downloads displayed in the latest downloads section of the store front template.

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(…

MemberPress: Rearranging Navigation Items On The Account Page

This snippet reorders the Downloads and Subscriptions tabs before Payments tab on the Account page.

Fixing WPForms Bulk Update Issues with WP Umbrella

This code snippet will force the WPForms updater to run during the WP Umbrella snapshot request.

<10

Untitled Snippet

https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4

Applying Custom Map Styles to the Map Field

This code snippet will use your custom map style in WPForms Map field.

<10

WP Simple Pay: Remove Payment Page Compatibility Mode

Allows 3rd party scripts and styles to load on dedicated Payment Pages. These are disabled by…

Google Tag Fitting

Google Tag manager snippet to track

JT Trisko PRO
<10

Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

1 70 71 72 73 74 214