Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Grab It Before It’s Gone

Documentation

s2_remote_embed_host

This hook allows control over embedding of images from remote hosts when generating emails. In some circumstances you may not want to embed the remote image – perhaps due to slow performance from the remote server.

function disallowed_host( $allowed, $host ) {
    // return false; // if you want to link rather than embed all remote images
    if ( 's.w.org' === $host ) {
        $allowed = false;
    }
    return $allowed;
}
add_filter( 's2_remote_embed_host', 'disallowed_host', 10, 2 );

How can we help?

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We got your message

We will reply to you very soon :)