I can’t give more than a partial answer here, since the details might depend on the peculiarities of your theme and installation, including UM and how you’re using it.
Without installing and cracking open UM, too, I’m not sure I could figure out why you’re getting the unexpected results you’re getting. However, if you want to hack the setup, you might go to the get_liked_users function you’ve provided above, in class-ulike.php, lines 430 – 450 (or possibly add a filter there), and either create your own token to go with the the ones shown and available on the settings page, or re-write one of the ones already provided, adding the details, including the link to whatever profile or bio or author page, etc., you want, and as you want it. Any set of links you need should be easily derived from $user_info in one way or another, since it relies on get_userdata()
Related Posts:
- Add CSS animation as Preloader to WordPress
- How to list the Hooks and order of execution in current loading page? [duplicate]
- Edit Yoast SEO breadcrumbs output [closed]
- How would I go about creating a user ranked post popularity page?
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Redirect to another page using contact form 7? [closed]
- Issue running db create table query from static method
- Loop in elementor custom widget not working
- How to create plugin/ page that reads from database
- Why is it important to check for isset and is_array before checking in_array in this example?
- Calling a save function from a “submit” button
- Integrating Custom Database with WordPress
- How to display results from a data table with an encrypted user id?
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Rename a folder via HTML POST request
- Move plugin pages from dashboard to front-end
- working code, not working – Plugin Dev
- Woocommerce list variations that are added already to cart in Single Product
- What can I do to customize a widget provided with this plugin? from where have I to start?
- How to make a Template page to show the information of different things Shop and Product page?
- plugin doesn’t retrieve data from database
- WordPress Plugin Development In MVC Architecture, How?
- How to properly insert data into custom table via plugin
- Checking if an attribute exists in a shortcode
- How does WordPress handle MySQL row lock errors?
- How to remove duplicate sub-menu name for top level menu items in a plugin?
- category_name not working (not showing up in sql query debug)
- Generate custom output for page/URL in a plugin
- Update Multiple Post Meta for the Same Post In One call?
- How to show custom message once on plugin activation?
- How do I configure WordPress to talk to a Microsoft SQL Server database?
- WordPress widget / plugin….fields not appearing in my widget
- How to load a new template page according to a particular URL?
- Updating post meta for custom post types
- WordPress register_activation_hook table creation not working
- Custom Shipping method not showing in checkout
- REST-API: extend media-endpoint
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- How can I get WordPress to save comments in markdown format?
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- My plugin wants to update another plugin
- Plugin Options Not Saving to Database in WP 4.5
- How to create custom tables in WordPress using my own plugin?
- Help With MySQL to WPDB Query Conversion
- Redirection of users away from wp-admin (but not administrators)
- code is working properly in Core PHP but writing coding in WordPress
- 306 MB of wp_options occupied by WordPress SEO Plugin, is that normal? [closed]
- Perform internal redirect in WordPress?
- How to prevent plugins from loading jQuery
- Duplicate results are displayed in a custom plugin [closed]
- Best/Correct way to add an option to a category
- Plugin onclick button activate other plugin
- I receive taxonomy id
- .php file for woocommerce edit category? [closed]
- Asynchronous request in wordpress
- Way to send multiple values for column to MySQL?
- Next Previous Post in wordpress with previous / next link with title?
- Different registration form for different roles
- Apply html elements in php statement
- WordPress Post HTML after Posting
- Settings options not showing up on Sub Menu page in WordPress plugin
- unregister a sidebar widget
- woocommerce remove coupon link does not work
- Conditional delete metadata does not works
- The Build menu theme is frozen with the wordpress theme
- How can I translate something in my class constructor of my plugin in WordPress?
- Define global variable in theme file and call that variable in plugin file
- Adding discount functionality to the cart
- Precheck fields when I add a new post
- How to translate to spanish wordpress hardcoded content/files?
- Get Shortcode output to database for static post_content
- Cannot view Custom Post Type no matter what I try
- SimpleXML is not working with xml response from external api
- WordPress plugin blog creation
- Multiple image selection custom widget
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- Change Woo Custom Endpoint Titles from a Plugin
- Custom wp_list_tables redirect on specfic page
- Custom shortcode being shown in WPBakery backend rather than the block
- Paid Membership Pro displaying a user name in PHP
- How can I store user preferences in WordPress and retreive them later?
- submit form data to wordpress existing database table using my plugin
- Custom SportsPress list
- Creating Nested custom fields
- Populate select option with JSON file
- How to get site homepage from plugin?
- Get page type to display content
- How to fix vanilla comments extra iframe space
- How to submit the custom form data in database in WordPress without plugin?
- Unable to show 4 products in a row
- How to add image for custom taxonomy
- Why haven’t I see plugins using get_file_data to handle retrieving plugin version?
- How can I properly sanitize the update_option in WordPress?
- How to override plugin function in code snippets WordPress
- How to create a “Most Popular” & “Latest” TAB in WordPress
- Use inline callable for hooks and filters
- Error in using ‘admin_enqueue_scripts’ action through a class
- Mixed results with is_page() WordPress function, when using $this, or self
- I have created a custom plugin. After activation it creating page but i am not getting how to add another php file at page content?
- Custom Search Function in WordPress Returns No Results