• yourbudweiser

    (@yourbudweiser)


    Adding the current Year to the Copyright is fairly standard. How can we do this with your plugin?

Viewing 1 replies (of 1 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hello @yourbudweiser,

    Thanks for contacting us,

    Hope you are doing well, If you want to Add the current Year so you can use this code to the functions.php file to the active theme.

    Here is the code:

    add_filter( 'mailtpl/templates/footer_text', function( $text ) {
    $text . ' ' . gmdate( 'Y' );
    return $text;
    } );

    If you have any questions, feel free to reach out. We’re here to assist you.

    Thanks & Regards
    WP Experts Support Team

Viewing 1 replies (of 1 total)
  • The topic ‘Placeholder for Current Year’ is closed to new replies.