Tribe__Date_Utils::isTimestamp( $timestamp )

Deprecated camelCase version of self::is_timestamp


Parameters

$timestamp

(Required)


Top ↑

Return

(bool)


Top ↑

Source

File: src/Tribe/Date_Utils.php

		public static function isTimestamp( $timestamp ) {
			_deprecated_function( __METHOD__, '3.11', __CLASS__ . '::is_timestamp' );
			return self::is_timestamp( $timestamp );
		}