modify woocommerce countries list

modifies Woocommerce built in country names to Armenian Regions disabling the rest

MemberPress: Restrict Signups for US-Based Users

This code snippet will restrict signups for US-based Users on MemberPress registration pages. Additionally, it ensures…

MemberPress: Enabling Payment Receipt Email for Free Recurring Subscriptions

By default, MemberPress doesn’t send the payment receipt email for free recurring membership registrations. This code…

Add Extra Column

This example shows how to add a column from the Donations export.

Limit user files in media library

change the number in the snippet

<10

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

Commissions payment_id email tag

This adds support for the {payment_id} email tag to Commissions Notifications

MemberPress: Hide Protected Posts on Archive Page

Hides posts that the current user (or guest) does not have access to from archive pages.

Disable Product delete for published products only

/** * This will disable delete only for published products, leaving drafts to be able to…

change the name of the Commission column

if ( ! function_exists( 'wcv_change_commission_table_columns_name' ) ) { /** * Change the name of the commission…

Oktoberfest 5K - RaceCheck Widget

Review widget from RaceCheck for Oktoberfest 5K page

1 125 126 127 128 129 149