Update Footer Text

PHOTO EMBED

Sat Jan 08 2022 03:54:20 GMT+0000 (Coordinated Universal Time)

Saved by @rebukt #javascript

jQuery(document).ready(function ($) {

  //update footer text
  $("div.footer_content").html(
    '<p>©2022 Account Name Here. All rights reserved. v4.17.0<br><a href="https://policies.google.com/privacy?hl=en-US">Privacy Policy</a></p>'
  );


}); // end rdy function
content_copyCOPY

request: update the default footer text, including links.