Displays the time at which the post was last modified.
$format = ''
Sortie :
@param string $format Optional. Format to use for retrieving the time the post
// Utilisation de la fonction the_modified_time
$result = the_modified_time($format = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...