myexercise
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Signin link on 404 pages not working/*****************************
* CHANGE SIGN IN LINK
******************************/add_filter( ‘login_url’, ‘login_link’, 10, 3 );
function login_link ( $login_url, $redirect, $force_reauth ){
return “/wp-login.php”;
}They can use the WordPress filter to change the login URL on their plugin, reference – https://developer.ww.wp.xz.cn/reference/hooks/login_url/. I hope that information helps!
^ Copy & paste from their support ticket. Many thanks in advance.
Kind RegardsForum: Plugins
In reply to: [WPS Hide Login] Signin link on 404 pages not workingHi MaximeWPS,
I have an email response with details from BB theme developers. Should I post here or is there an email I can forward the details to?
Thanks
Kind regardsForum: Plugins
In reply to: [WPS Hide Login] Signin link on 404 pages not workingThanks for getting back appreciated, I have updated my support ticket with BB theme and will hopefully have a response for you from them.
Kind regards
Thanks for responding, apparently it was an issue with elementor updating the database in the background. Apologies I used the jetpack accerlate feature which slowed down my site (to the early days of the internet!) so I thought that some other option on jetpack must have been responsible.