Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 10, 2021 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/2ce355e73ca60875ea02e09b41e83d0d to your computer and use it in GitHub Desktop.
Save Roy-Oto/2ce355e73ca60875ea02e09b41e83d0d to your computer and use it in GitHub Desktop.
How to remove the lightning copyright (in template-tags.php)
// Powered
/*------------------
$lightning_footerPowered = __( '<p>Powered by <a href="https://wordpress.org/">WordPress</a> &amp; <a href="https://lightning.nagoya" target="_blank" title="Free WordPress Theme Lightning"> Lightning Theme</a> by Vektor,Inc. technology.</p>', 'lightning' );
echo apply_filters( 'lightning_footerPoweredCustom', $lightning_footerPowered );*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment