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.
EKFH Donation Form
Embeds EKFH donation form
ModalCSS
Used to display popup modal in GenerateBlocks
change media owner
Allows the admin to assign any media library file from one user to another
Count and message according to number of user files
Displays a different message according to how many files a user has in their media library.
Limit user files in media library
change the number in the snippet
Custom Countries
Illustrates how to add a custom list of countries
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: hide certain sections on a single entry page: notes, log, debug, meta, payment, actions, related, geolocation.
This code removes all sections on a single entry page in the admin area. Method names…
WPForms: new smart tag - Current Date/Time
It's a localized date/time in this format: Y-m-d H:i:s
WPForms: new smart tag - Current Unix Time
Using wp_date() function to output a Unix time where the smart tag is used.
WPForms: add field description in notification HTML and plain text emails
With this snippet, you can add a field description in notification emails that are sent to…