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
- can not serialize and insert data from custom form
- How to structure a plugin
- What are the differences between WPINC and ABSPATH?
- Should all plugins be encapsulated in a Class?
- is_plugin_active function doesn’t exist
- Custom pages with plugin
- Delete tables from database when deleting plugin
- How to Add an Index to Plugin Database table
- How can I delete orphan keys in WordPress database tables?
- Consuming an external API in WordPress?
- How to delete all records from or empty a custom database table?
- Custom Shipping method not showing in checkout
- REST-API: extend media-endpoint
- HELP: Integrating WP with raw PHP code once published button is hit
- Loading class files via autoload method
- WordPress plugin installation
- clean wp_options table unused rows
- Modifying Footnote Plugin for Descriptive Title Attributes
- I would like to use create a function in my custom plugin to tell WP to use a different header
- How to edit/delete single row items in a table on my own menu page
- Getting media library popup in custom plugin admin page
- Create or Update thousands of woocommerce products via PHP
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- send_headers don’t work on wordpress multisite
- jQuery function didn’t work in my plugin
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- Get total number of comment of the posts written by an author
- Is there a way to alter the order in which the plugins appear in the page?
- Escape when echoed
- Scope for PHP Variables Assigned in functions.php or a plugin
- force customers to add only single item to card per purchase EDD [closed]
- Plugin exceeds memory limit
- How to write one comment and publish on every post using database or plugin?
- Custom plugins/Manipulated plugins: Always a terrible idea to inherit these types of WP sites that discourage updates? [closed]
- Default Plugin Settings Not Writing to Database
- Make id column as AUTO INCREMENT on plugin activation
- Write to / remove from default .htaccess file from plugin?
- Update Option Error: Notice: Undefined index
- Plugin Development sqlite or WordPress’ database
- Auto delete WordPress users according to time
- How to cancel WordPress’ action/filter when using OOP with anonymous callback
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- How to trigger $_GET request within admin plugin page?
- Building an email signup form. Where should the information be saved in the DB?
- How to generate video out of images via WordPress plugin
- How can I get WordPress to save comments in markdown format?
- WooCommerce get_price returning wrong price when used via ajax
- How to ‘clone’ a wp plugin to make small changes
- Open Post Thumbnail in New Child Theme File in WordPress
- How to use get_theme_mod in gutenberg editor wordpress?
- Get IDs of Images from Gallery Block in InnerBlocks of a Custom Gutenberg Block
- Where should I save an API key of my user when installing my plugin?
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- Programatically download a plugin
- WordPress plugin – Error “Plugin generate 2890 characters of unexpected output when activated”
- My plugin wants to update another plugin
- Redirecting to home page after login as custom role WordPress
- Add keywords meta to index.php page
- Custom form action to handle data inside a plugin
- Self deactivate plugins after an action occurs
- Pulling data from custom plugin settings using PHP shortcode and Javascript
- Plugin Options Not Saving to Database in WP 4.5
- How to periodically scrape and cache strings from remote txt files. – My First Plugin
- JS Support Ticket – Auto create WP account
- WP Post Template – Templates in own folder
- Input with spaces in Shortcode attributes overwritten by defaults
- Avoid class name collision when using third party libraries in plugins?
- How to create custom tables in WordPress using my own plugin?
- wordpress plugin is not activating from widget
- How to access data in wordpress database externally using php
- Is it possible to create Custom Post plug-in?
- Help With MySQL to WPDB Query Conversion
- Redirection of users away from wp-admin (but not administrators)
- Using a custom plugin to capture input data via Ajax and PHP
- Disable woocommerce cookies and delete cart data automatically
- code is working properly in Core PHP but writing coding in WordPress
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- Prevent duplicate records in plugin table
- Image upload and download from front-end