Order WPCode snippets by title in the admin

Make the default order of WPCode snippets in the admin by title ascending.

<10

Forum

JS code for question and answer page

Hide Specific Day From Opening Hours Output

This filter can be used to hide a specific day from Opening Hours output Replace 'Sunday'…

<10

Prevent AIOSEO From Rewriting Term Title

This snippet can be used to prevent AIOSEO from rewriting term titles.

<10

Google Ads

Google Ads

Dawn Ireland
<10

Auto register guests that purchase

function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…

Carla Mawyin
<10

MemberPress: Add Author Bio Shortcode

Place the [mpcs-author-bio] shortcode in a post, page, or course. The shortcode will display the biographical…

Featured Images of the Current User’s All Active Memberships

This code snippet adds the new [membership_thumbnail] shortcode. Adding this shortcode anywhere on the website will…

Disabling MemberPress Signup Reminder Emails for Specific Users

The code snippet disables MemberPress signup reminder emails for users with specified email addresses.

Change Login Form Arguments

The 'charitable_login_form_args' filter allows you to set the arguments that are passed to wp_login_form().

Change Donor Name Display

Change the donors widget so only the first name and last name initial of the donor…

Add Email Tag For Donation Field

Add an email tag for an existing donation field.

Move User Fields In Donation Form

In this example we move the user fields section (the "Your Details" bit) to appear below…

Set Minimum Donation Amount

Set the minimum donation amount required.

1 41 42 43 44 45 210