Your IP : 216.73.216.144


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/popup-maker/classes/Utils/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/popup-maker/classes/Utils/Time.php

<?php
/*******************************************************************************
 * Copyright (c) 2019, Code Atlantic LLC
 ******************************************************************************/

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class PUM_Utils_Time
 */
class PUM_Utils_Time {

	public static function is_timestamp( $timestamp ) {
		return ( 1 === preg_match( '~^[1-9][0-9]*$~', $timestamp ) );
	}

}