Search results for: header

Set a Custom Email Header

This snippet sets custom email headers to ensure you can control specific behaviors of your sent…

Set a Custom Reply-To Email

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

Enable HTTP Strict Transport Security (HSTS) in WordPress

The provided code snippet is a WordPress function that enables a WordPress site's HTTP Strict Transport…

<10

Add Email Headers

Add headers to Charitable emails (for example CC/BCC headers).

Fix the InvalidInternetMessageHeader Error in Outlook

This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…

My Insert widget in header

My own way of Inserting widget in header

How to Add BCC to Email Notifications (for all forms)

add_filter( 'wp_mail', function ( $args ) { // Add the BCC email address here $bcc_address =…

<10

RT7 Official - Maintenance Mode

RT7 Official Maintenance Mode

<10

Send Site Notifications to a BCC Address

This snippet will ensure all your site’s outgoing emails are also sent to a specific BCC…

How to Add BCC to Email Notifications (for specific form)

/** * Add BCC recipients to specific form email notifications. * * @link https://wpforms.com/docs/how-to-add-bcc-to-email-notifications/ */ add_filter(…

<10

Change Section Headers Per Campaign

Change the section headers in the donation form.

OM-revenue-attribution-curl.sh

curl --request POST \ --url https://app.optinmonster.com/v2/revenue \ --header 'Content-Type: application/json' \ --header 'Origin: optinmonster.com' \ --header…

Sticky header

/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…

WPForms: add BCC email header to notification emails

Check the snippet code to apply to all/some form only, plus you will need to modify…

Add Sticky Header - Astra Free

This code has been updated to include adjustments for the off-canvas menu to also be sticky…

1 2 3 19