Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    I can’t properly read your post, can you please post your code on pastebin or similar?

    Plugin Author Till Krüss

    (@tillkruess)

    Seems like a mod fixed the display issue.

    If you want to encode your phone number, just use eae_encode_str() function.

    <?php if( $phone ) { ?>
    <li><i class="mini-ico-user"></i><?php echo eae_encode_str( $phone ); ?></li>
    <?php } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom php code in header’ is closed to new replies.