Hi,
Just add those functions : https://pastebin.com/raw/TCJPGBxU to wp-content/themes/sweetdate-child/functions.php then use the next function to display directly the user age
If the name of date selector it’s Birthday by default use the next function
COPY CODE
<?php echo display_user_age(); ?>
If the name of date selector has another name replace the BirthdayFieldName with the name of that field.
COPY CODE
<?php echo display_user_age('BirthdayFieldName'); ?>
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution