Access Key usage
-
How do we use the Access Key that is available in the post editor metabox? We need to create a link that we can email the user, which send them to the listing. We do not see a way to email or copy/create a link to use that will allow user access to the listing.
If the only option is to copy the link of the listing and send that link to user then this would be an issue. What we need is a way to allow users to view listing that has been made non-public (hidden with CSS body_class). We do not want to generate a password and make the listing/post Private as there are already resources like the Access Key made available in the listing meta.
If we grab the meta_data of the
'_wpbdp[access_key]'and use this as a token to parse url; maybe likertrim(get_permalink( $listing_id ), '/') . '&access_key=' . $access_key,The page I need help with: [log in to see the link]
The topic ‘Access Key usage’ is closed to new replies.