Remove Organisation Field

Remove "organisation" from the profile form.

Change Donor Count

Example where a donor count is changed for a specific campaign.

Add Progress Bar Before Summary

Add a progress bar to the individual legacy campaign pages.

Remove Campaign Stats Loop

Remove the progress bar and funds raised from the campaigns grid/loop.

Remove Stats Summary Block From Specific Campaign

Hide the campaign summary stats from a few specific campaign, using the campaign IDs.

Change Campaign Finished Notice

Change the notice shown for campaigns when they are finished.

Change Campaign Rewrite To Not Use With Front

Customizes the definition of the campaign post type, setting the with_front option to false.

Remove Stats Summary Block

Remove the campaign summary block (funds raised, number of donors, etc).

Add Extra Column

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

Remove Donation Columns

Remove columns from the Donations export.

Format Date

Change the date format of the "Date of Donation" column in the Donations export.

Add Hours Currency

Add a custom currency called "Hours".

Change Currency Format By Locale

This snippet below shows how to change the currency format for each language.

WPForms: display a form under the confirmation message with or without user entered field values.

add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…

WPForms: new smart tag - Current Date/Time

It's a localized date/time in this format: Y-m-d H:i:s

1 11 12 13 14 15 28