Thanks, I already had a child theme, just haven’t copied the footer yet oops.
Solved.
remove the line in footer.php
<?php raindrops_footer_text();?>
and replace with,
<address>
<?php echo ‘© ‘.date(“Y”); ?> whateversite.com
</address>
Anyone else know of a way to prevent having to manually edit every update?
Try also installing and using this plugin
Disable-xml-rpc
2 things to strengthen your sites, use google auth plugin along with this disable xml-rpc
And I do believe that hiding wp-register.php should also implemented within Rename Wp-login.php. Disabling XML-RPC will probably fix your situation instantly. I recommend using both at the same time.