It is possible to add a filter to the_content that takes the query_var (in this case ‘uuid=237237’) from the url and appends it to any outgoing links. But that is beside the point. Because if the link leads to a place outside the current WordPress install the query_var will be lost anyway, even if the user returns afterwards.
Using query_var as an authentication method is simply not a good idea, because it is not persistent and easily falsified. WP has a built in user registration system to let users access restricted information repeatedly. There are plenty of plugins that provide extended interfaces if needed.
The best course to follow here is not trying to adapt your plugin, but ditch it for one that enables proper user registration and access.
Related Posts:
- Override WordPress user with Oauth2 account
- Preserve custom URL parameter on more pages
- Where the Nickname is being used in WordPress
- Loading posts associated only to the logged in user on recent posts page
- How can i force Display names to be the same as Usernames?
- Which method is best to enqueue scripts
- How to make WordPress use protocol indepentent upload files?
- How to create custom LOGIN and REGISTRATION forms?
- Removing user contact methods works from functions.php but not from a plugin
- How can I let users to access plugin functions based on roles?
- Multisite functions to communicate with individual site functions
- Woocommerce different URL for every table placed in the restaurant
- Get User ID from within a plugin
- Is it possible to block subscriber users to changing its password?
- delete_user_meta Delete one value out of array
- WordPress Plugin for One-Time Event Registration? [closed]
- Add query string to plugin URL
- Will WordPress username displayed somewhere in the site?
- Is revealing just the AUTH_KEY a security issue?
- Upload files programmatically to users
- Mass Import Users without sending new user notification
- Current user in plugin returns NULL
- Find the URL of the current plugin directory
- Two people sharing user in WordPress [closed]
- Custom page slug without creating a WP page
- How to upload user profile image from frontend in wordpress ?
- Average Account Age
- What is an arbitrary URL?
- How to keep users unique id stored in session in addition to IP in WordPress plugin?
- How to get current post user id
- How to read individual user’s directory and display content to that specific user?
- How to make a proper custom post type link
- Why WordPress plugin url ajax doesn’t work?
- Added slug after URL permalink last slash returns different content
- How to create restrict content to users (by user, not by role)
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- WordPress shows error related to allow_url_fopen
- How can I change the meta_key for a particular piece of information?
- Subdomains with almost the same content
- Redirect to another page using contact form 7? [closed]
- edit_user_profile and show_user_profile are not firing inside a class
- How to create multiple users at once?
- Shortcode to update user meta
- Multisite – maximum number of users with specific role
- How do I get the user ID of the user that was updated in WordPress?
- How to get all posts belongs to a user between a certain date
- How do I pass custom shortcode-extracted variables (taxonomy) into a query function for WordPress RoyalSlider?
- Specific way to allow WordPress users to view their current password? And edit it?
- how can I query all wordpress users of a blog
- get_users(); Is an Undefined Function When Used in Cron Job
- Custom Login page with custom redirects for each user?
- how to make dynamic subdomain for each user registering?
- Need to change link URL embedded in multiple posts to new link URL
- how to replace hostnames on certain external links?
- How to rewrite URL and get the values?
- How to access the WordPress DB from a plugin file
- Remove specific administrator’s capability
- Personalized Author Area
- Replace video url with video player
- Completely remove ability to create users?
- Creating teams of users in WordPress
- WordPress plugin for Limited days user
- Can’t save changes or modify settings in Dashboard but Pages and Posts are fine
- Offer Download Links for Product Images
- How to hide particular plain text with link from different subscribers
- Add a parameter at the end of the url and prettify
- insert og image link in wordpress post
- How to implement data residency in my WordPress site
- How to generate expiring URL of the page?
- how to create user profile pages and display them based on users roles
- how to include my homepage and scc in to a plugin
- Clean old users
- User updating their profile wipes my custom fields
- How to allow URL with filename & extension in wordpress?
- Comment restrictions Wodpress
- Simulate Update User button click
- Update User Meta Via Ajax
- User Following System
- URL Case Sensitivity (Unbounce Landing Pages)
- Paid Memberships Pro, Display User Limit
- Confusing problem with displaying message recipient metadata
- Every time I use wp_get_current_user() my plugin breaks
- Users Ultra: Hide asterisk for required registration fields?
- Using permalinks with parameters
- Creating custom URL for async content
- How To Rewrite WordPress Pages URL Only?
- How can I process all requests for a given directory in a URL with my plugin?
- Why links are not linked if edited comment?
- Want to add post to user dashboard
- WP Job Manger change jobs url (NOT slug)
- User register hook can’t access form request
- How to make wordpress backend mobile optimized.?
- Fetching Video From YouTube Automatically [closed]
- How to give different user access to different people?
- How to create a custom wordpress plugin for a specific functionality?
- how to embed a crop feature for cropping images uploaded by the user
- How to give access to the particular page in wordpress for specific username/email NOT roles [closed]
- How to change all the urls of the WordPress site?
- How to Handle? vp_page Parameter in WordPress and Resolve Google Search Console Validation Issues?
- Trying to Find the PHP File/Function that Handles a Specific Form Action URL