When a string is optional, does this mean…
-
Hi,
In this code the strings are optional
<?php the_date( $format, $before, $after, $echo ); ?>If I only want to define the $before and $after strings and leave the others at default value, how do I do it? how does my code should look like?
Like this (?):
<?php the_date( , 'before text' , 'after text', ); ?>
The topic ‘When a string is optional, does this mean…’ is closed to new replies.