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…
Paypalcheckout- Avanzato
Advanced checkout
Check URL for Braze UUID
Check URL for Braze UUID, if exists call braze.changeuser()
Add Custom Text Before Purchase Button
Add custom text just before the "Purchase" button at checkout
Untitled Snippet
HTML5
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" );
Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.
Partner Group GTM Head Tag
Add GTM Tag to Site Header on Partner Site Group
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…