Hi ,
I want to edit my interspire header that show my full unsub link, i have opened the file located in admin/functions/api/ss_email.php in line 985 i found:
now i need to remove it or hide it, how can i edit this line ?
Thanks
I want to edit my interspire header that show my full unsub link, i have opened the file located in admin/functions/api/ss_email.php in line 985 i found:
HTML:
$text = str_replace('List-Unsubscribe: <%%HEADER_UNSUBSCRIBELINK%%>', 'List-Unsubscribe: <' . $unsubscribelink . '>', $text);
now i need to remove it or hide it, how can i edit this line ?
Thanks