MariaJackson1
9/12/2017 - 4:39 AM

Copyright Function

GeneratePressPremium

add_filter( 'generate_copyright','tu_custom_copyright' );
function tu_custom_copyright() {
    ?>
    Your new message in here. You can add anything you want, including PHP and HTML.
    <?php
}