the_modified_time

FUNCTION wp-includes\general-template.php (ligne 3005) github
Displays the time at which the post was last modified.

Paramètres

Entrée :
$format = ''
Sortie :
@param string $format Optional. Format to use for retrieving the time the post

Utilisation

// Utilisation de la fonction the_modified_time
$result = the_modified_time($format = '');

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...