Thanks for your answer.
I guess this solution is not update safe?
Unfortunatly its not working. I have tryed:
function acl_admin_custom_login_content() {
add_action('login_footer', 'my_addition_to_login_footer');
function my_addition_to_login_footer() {
echo '<a href="[email protected]" target="_new">link to someplace </a>';
}
require_once('includes/content.php');
}
Is there a cleaner solution. Should I programm a plugin or a child-plugin. Is this possible?
Thanks in advance
This thread belongs to
Admin Custom Login
https://ww.wp.xz.cn/plugins/admin-custom-login/
I am not sure why its here?