Search results for: admin

Send Donation Notification For Pending Offline Donations

Sends a notification to admin if the donation is pending AND it was made in offline…

Check URL for Braze UUID

Check URL for Braze UUID, if exists call braze.changeuser()

Colin Bunn PRO
<10

Add Custom Text Before Purchase Button

Add custom text just before the "Purchase" button at checkout

Untitled Snippet

HTML5

Marketing Manager
<10

Disable Wordpress image compression

// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…

Add the_content to storefront template.

Changes the number of downloads displayed in the latest downloads section of the store front template.

Set a Custom Reply-To Email

This snippet will ensure all emails sent from your site have the same reply-to email address.…

AstraFormatFix

add_filter( 'astra_v4_block_editor_compat', "__return_true" );

Barry Persons
<10

Remove Confirmation Message Box Styling

Removes the background color and border from the form confirmation message.

100+

Partner Group GTM Head Tag

Add GTM Tag to Site Header on Partner Site Group

Colin Bunn PRO
<10

Change Time zone Offset in the Publish Date of the Sitemap Entries

The code snippet below can be used to change the time zone offset in the publish…

10+
1 18 19 20 21 22 98