• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. A

    RESOLVED Is it possible to Run Snippet inside img src?

    Hi, I have a snippet that contains the path to my image folder on my server: <?php $url = site_url( '/', 'https' );echo $url; ?> If I use the snippet on its own it does work but when I try to use it like below, it doesn't work — the img src outputs the snippet itself. How can I use a snippet...