Browse: Home / Functions /

learndash_seconds_to_time

learndash_seconds_to_time( int $input_seconds )

Converts the seconds to time output.


Description #


Parameters #

$input_seconds

(int) (Required) The seconds value.


Return #

(string) The time output string.


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.