PATH:
home
/
lab2454c
/
gemiton.com
/
wp-content
/
plugins
/
popup-maker
/
classes
/
Utils
<?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 ) ); } }
[-] Cron.php
[edit]
[-] CSS.php
[edit]
[-] Upgrades.php
[edit]
[+]
..
[-] Config.php
[edit]
[-] Logging.php
[edit]
[-] Array.php
[edit]
[-] Format.php
[edit]
[-] Sanitize.php
[edit]
[-] Prerequisites.php
[edit]
[-] DataStorage.php
[edit]
[-] I10n.php
[edit]
[-] Alerts.php
[edit]
[-] Fields.php
[edit]
[-] Template.php
[edit]
[-] Time.php
[edit]
[-] Options.php
[edit]
[-] Cache.php
[edit]