Hi Ahn - I'm testing the Mailpoet plugin, and am having a display issue when the a user is redirected back to the site to confirm a newsletter subscription.
Here's the link structure where this is happening:
https://[my-site]/?mailpoet_page=subscriptions&mailpoet_router&endpoint=subscription&action=confirm&data=eyJ0b2tlbiI6IjkzOGVkNyIsImVtYWlsIjoibGlhbWdtYXNAZ21haWwuY29tIn0
The page is displaying a blank page with only the following:
// Metabox.io https://docs.metabox.io/displaying-fields/
The following is in my single.php theme file:
<?php
$value = rwmb_meta( $field_id );
echo $value;
?>
What's causing this, do you think?
Thanks,
Sam