Results 1 to 2 of 2

Thread: CryptX and jobroller

  1. #1
    Thread Starter
    Member sofianels's Avatar
    Join Date
    Jan 2013
    Location
    France
    Posts
    66
    Thanks
    0
    Thanked 2 Times in 2 Posts

    CryptX and jobroller

    Hello guys,

    I would like to encrypt the email address that is in the "How to apply" 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

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 544
    Last Post: March 20th, 2016, 08:13 AM