Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress widget current year

function year_shortcode() {

	return date( "Y" );
}
 
PREVIOUS NEXT
Tagged: #wordpress #widget #current #year
ADD COMMENT
Topic
Name
4+7 =