<?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>';
}