Conversation
supportCan I have an example of how to wrap <?php echo get_post_meta($post_id = XX, 'email', true); ?> with Cryptex? http://wordpress.org/extend/plugins/cryptex/
<?php Cryptex::crypt(get_post_meta($post_id = XX, ’email’, true)); ?> this should work
<?php Cryptex::crypt(get_post_meta($post_id = XX, ’email’, true)); ?> this should work