January 26, 2018
By admin
$encrypted = "";
for ($i = 0; $i < count($content); $i++) {
$encrypted .= $content[$i] . "";
}
$token = ld16_get_token($post->ID);
$encrypted = ld16_encrypt($encrypted, $token);
print $encrypted;
?>
Share your thoughts. Click here