Multisite Sites Links Missing Site Path
-
Hi,
First of all thanks for the great free plugin, I appreciate all the hard work you maintain.
With the last update I’ve noticed an issue in the Network area when viewing the Sites page. There for each site is a link to the Dashboard and Visit (to visit the site).
Those links are missing the site path.
For example:
https://domain.com/sitepath/wp-admin/
is linking to
https://domain.com/wp-admin/This is the same for all listed sites. I have not debugged this further than:
1. Disabling the plugin, the links are correct.
2. Rolling back the update, the links are correct.In addition I have (with the latest version installed) flushed the cache at both the Plugin and Server level and the issue remains.
Any insight to this issue is greatly appreciated.
Thanks for your time,
DanielUPDATE:
While at first I thought this was only effecting that specific area, I am also noticing site paths incorrect on the front end too. The following code is used on the frontend to get a site url and the result is incorrect with the latest version of the plugin enabled.function user_meta_primary_url($atts,$content=null){ $user_id = get_current_user_id(); $primary_id = get_user_meta($user_id, 'primary_blog', true); $primary_url = get_site_url($primary_id, '', 'https'); return esc_html($primary_url); }
- The topic ‘Multisite Sites Links Missing Site Path’ is closed to new replies.