• Resolved passat

    (@passat)


    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 protected]', '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

    (@michael_greenberg)

    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.