WC_Customer_Download_Log::get_timestamp() public WC 1.0
Get timestamp.
{} Это метод класса: WC_Customer_Download_Log{}
Хуков нет.
Возвращает
WC_DateTime/null. Object if the date is set or null if there is no date.
Использование
$WC_Customer_Download_Log = new WC_Customer_Download_Log(); $WC_Customer_Download_Log->get_timestamp( $context );
- $context(строка)
- Get context.
Код WC_Customer_Download_Log::get_timestamp() WC Customer Download Log::get timestamp WC 5.0.0
public function get_timestamp( $context = 'view' ) {
return $this->get_prop( 'timestamp', $context );
}