Email not encoded in the header
-
Hello,
great plugin, however I can not make it work for one email which is in the headers section called header_extras.
I believe following php is responsible for the text that is appearing in this area:
if ( !function_exists( 'skeleton_header_extras' ) ) { function skeleton_header_extras() { $header_extras = skeleton_options('header_extras'); if (a) { $extras = "<div class=\"header_extras\">"; $extras .= $header_extras; $extras .= "</div>"; echo apply_filters ('skeleton_child_header_extras',$extras); } }
However I dont know how to put eae_encode_emails() function.
webiste: minipak. sk
Thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Email not encoded in the header’ is closed to new replies.