Skip to content

Instantly share code, notes, and snippets.

@TruongTuyen
Last active April 21, 2017 08: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 TruongTuyen/248bdf0e3d79ab9865ec3b0739a2c2e9 to your computer and use it in GitHub Desktop.
Save TruongTuyen/248bdf0e3d79ab9865ec3b0739a2c2e9 to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_footer', 'wptq_copyright', 100 );
function wptq_copyright() {
echo '<p class="copyright">&copy; WP Tửu Quán '.date('Y').'. All Right reserved</p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment