| Current Path : /home/x/i/e/xiedrke/entrepot/wp-content/plugins/realpress/views/frontend/classic/shared/ |
| Current File : /home/x/i/e/xiedrke/entrepot/wp-content/plugins/realpress/views/frontend/classic/shared/date.php |
<?php
if ( ! isset( $data['time'] ) ) {
return;
}
$time = $data['time'];
$period = human_time_diff( $time, current_time( 'timestamp' ) );
?>
<span>
<i class="rp-solid-clock"></i>
<?php
echo esc_html( $period . ' ago' );
?>
</span>