pull html on social icon
I am using betheme, in the footer there are social icons, in the persolized icon I had changed and configured to appear an email, I used the code below, but now that I updated the theme, "esc_html" does not work, does not appear.
I was using the code below to pop up the email.
**************
if( mfn_opts_get( 'social-custom-icon' ) && mfn_opts_get( 'social-custom-link' ) ){
echo '<li class="custom"><a href="mailto:'. esc_html( mfn_opts_get( 'social-custom-link' ) ) .'" target="_blank" rel="noopener">'. esc_html( mfn_opts_get( 'social-custom-link' ) ) .'</a></li>';
}
*********
website https://www.optinc.tech
Comments