Add User Field

This adds a field to the end of the "Your Details" section in the Profile form.

Let Google place ads for you

Add one piece of code to your site and Google will automatically show ads in all…

Remove the Page Title from the Page Header

The following code can be used to remove the title from the page header title area…

Send New User Notifications

Send the new user notification after someone registers through the Charitable registration form.

Change Section Headers

Change the section headers in the donation form.

Require Us Phone Number Format

This snippet shows how to alter the phone field so that it only accepts a number…

Keep Username As Display Name

When people update their profile, keep their display name set to be the same as their…

Allow Admin Access

Enables access for logged in users who do not have certain permissions.

Disable Nonce Check For Non Logged In Users

Disables the nonce check for non-logged in donors, usually for those using page caching which causes…

Change State To Province

Change the "State" field into a "Province" field.

MemberPress: Add Author Bio Shortcode

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

Titel aanpassen archive page

function custom_category_title( $title ) { $title = str_replace( 'Archieven', 'Mijn gewenste titel', $title ); return $title;…

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

Add Read More Link

Add a Read More link to the campaigns in the campaign grid.

MemberPress: Remove State Text Field

Removes the state text field from the registration and account pages if the country does not…

1 5 6 7 8 9 26