Reply 64612 to: I need to hide “Email to a friend”

Avatar: Maria frendel
Maria frendel
Participant
May 18, 2015 at 18:24

Hi.

when i remove the link, i go the same problem as before with to choose color
The text Email to a friend is easy to take awey vid po files, ut the picture off the letter is still there.
What to do i copyd the function below?

if(!function_exists(‘et_email_btn’)) {
function et_email_btn($label = ”) {
global $post;
$html = ”;
$permalink = get_permalink($post->ID);
$post_title = rawurlencode(get_the_title($post->ID));
if($label == ”) {
$label = __(‘Email to a friend’, ETHEME_DOMAIN);
}
$html .= ‘
‘.$label.’‘;
echo $html;

}
}

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.