Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress call for the time


chrishajer
Participant

@chrishajer

If you just want the year with php, you don’t need bbPress functions at all, just php:

<?php echo date('Y'); ?>

That will echo the current year.

Skip to toolbar