WPDKDateTime::elapsed_string PHP Method

elapsed_string() public static method

Deprecation: since 1.5.13 - Use elapsedString() instead
public static elapsed_string ( $timestamp, $hide_empty = true, $to, $separator = ' ' )
    public static function elapsed_string($timestamp, $hide_empty = true, $to = 0, $separator = ' ')
    {
        _deprecated_function(__CLASS__ . '::' . __FUNCTION__, '1.5.13', 'elapsedString()');
        return self::elapsedString($timestamp, $hide_empty, $to, $separator);
    }