Hey! I’m Princess
Here’s your quick start guide to the stuff we’ve been talking about on Prosperoo, plus a few curated goodies just for you!
© [YEAR] PROSPEROO · ALL RIGHTS RESERVED · Contact · Privacy Policy · Terms & Conditions · Managed by Grownetic & Princess Mae
📌 Don’t want to have to remember to update the year on all of your landing pages? Add PHP code to your child theme functions.php file or a Code Snippets plugin. Add the following code to update the copyright year automatically:
function current_year() {
$year = date(‘Y’);
return $year;
}
add_shortcode(‘year’, ‘current_year’);