MemberPress: Add Custom Field Date to Members Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

Change Checks to Wire Transfer

Changes the word "Checks" to "Wire Transfer".

WP Simple Pay: Custom Thousand Separator

Changes the thousand separator from the default , (comma) to a . (period).

Override Wholesale Price Text Per Wholesale Role

This snippet allows you to display specific wholesale price text for each of your wholesale roles

Enable Comments

Adds comment support to the download post type

Allow Templatera Templates to be used for Dynamic Templates

In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…

WP Simple Pay: Add Customer Shipping Address to Payment Metadata

Maps the customer's shipping address to the one-time payment record's metadata.

CHARITABLE_DEBUG mode

This code snippet will define the `CHARITABLE_DEBUG` constant as `true`. See https://www.wpcharitable.com/documentation/charitable-debug-mode/.

Adjust Rate for Referrals

Adjusts the commission rate for payments that were referred by an affiliate when using Affiliates Pro

Change Vendor Delete Product Redirect

This plugin changes the destination that vendors are redirected to when they delete a product.

Single Vendor Purchase

Limits the customers purchase to a single vendor

Add menu item to vendor dashboard

// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…

wpadmin add phone number with address in orders page

add_action( 'manage_shop_order_posts_custom_column' , 'custom_orders_list_column_content', 50, 2 ); function custom_orders_list_column_content( $column, $post_id ) { global $the_order, $post;…

1 44 45 46 47 48 124