apply_filters( 'human_time_diff', string $since, int $diff, int $from, int $to )

Filters the human readable difference between two timestamps.


Parameters

$since

The difference in human readable text.

$diff

The difference in seconds.

$from

Unix timestamp from which the difference begins.

$to

Unix timestamp to end the time difference.


Source

File: wp-includes/formatting.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.