• Hello guys,

    I am using a theme called Jobroller and I would like to encrypt the email address that is in a custom field.

    This field may either contain text + href link to a page or text + href link to an email address.

    So I replaced this line:

    <?php echo apply_filters(‘jr_how_to_apply_content’, get_post_meta($post->ID, ‘_how_to_apply’, true)); ?>

    with

    <?php echo apply_filters(‘jr_how_to_apply_content’, get_encryptx_meta($post->ID, ‘_how_to_apply’, true)); ?>

    It works fine in the case of text + href link to an email address. But in the case of text + href link to a page, it messes up with the code (the link anchor is removed).

    Any idea why?

    Thanks

    https://www.ads-software.com/plugins/cryptx/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sofianemad

    (@sofianemad)

    BTW I am using Cryptx 3.2.7 with WordPress 3.6

    Thread Starter sofianemad

    (@sofianemad)

    I found out that the issue only happens when there is an interrogation mark in the url. When the sign is removed from the URL it works just fine.

    Any idea how to fix this?

    Plugin Author Ralf Weber

    (@d3395)

    Hi Sofianemad,

    can you give me some sample data to feed my wordpress development sandbox?

    Kind regards
    Ralf

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with a custom field’ is closed to new replies.