Title: Function enkode_mailto does not get executed
Last modified: August 20, 2016

---

# Function enkode_mailto does not get executed

 *  Resolved [passat](https://wordpress.org/support/users/passat/)
 * (@passat)
 * [15 years ago](https://wordpress.org/support/topic/function-enkode_mailto-does-not-get-executed/)
 * I put in the function mailto_enkode in the footer of my website. It does not 
   put out anything. This is the code I used:
    `<? php if ( function_exists('enkode_mailto')):
   enkode_mailto('email@domain.com', 'eMail', 'Headline', 'Text'); endif; ?>` Isn’t
   the function to use in the footer but only in the loop?

Viewing 1 replies (of 1 total)

 *  Plugin Author [michael_greenberg](https://wordpress.org/support/users/michael_greenberg/)
 * (@michael_greenberg)
 * [15 years ago](https://wordpress.org/support/topic/function-enkode_mailto-does-not-get-executed/#post-2083852)
 * `enkode_mailto` returns a string, it doesn’t print it…you need to output it with`
   echo`.

Viewing 1 replies (of 1 total)

The topic ‘Function enkode_mailto does not get executed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/php-enkoder.svg)
 * [PHPEnkoder](https://wordpress.org/plugins/php-enkoder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/php-enkoder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/php-enkoder/)
 * [Active Topics](https://wordpress.org/support/plugin/php-enkoder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/php-enkoder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/php-enkoder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [michael_greenberg](https://wordpress.org/support/users/michael_greenberg/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/function-enkode_mailto-does-not-get-executed/#post-2083852)
 * Status: resolved