• Hi,
    I would like to obscure URL put in PAGE_LINK by using base64 encoder and I was wondering if anyone could help me on this.

    for example,

    instead of “return($field;);”

    replace with this “return (‘<script type=”text/javascript”>document.write(xdecode(“‘.base64_encode($field;).'”))</script>’);”

    I have both encoder and decoder written. However, i don’t know where to put it in ACF code.

    thanks

    http://wordpress.org/extend/plugins/advanced-custom-fields/

  • The topic ‘[Plugin: Advanced Custom Fields] how to 'obscure' encode URL field with base64?’ is closed to new replies.