$configinstalledAfter()

Was this ProcessWire installation installed after a particular date?

Available since version 3.0.129.

Usage

$bool = $config->installedAfter($date);

Arguments

NameType(s)Description
$dateint string

Unix timestamp or strtotime() compatible date string

Return value

bool

See Also


$config methods and properties

API reference based on ProcessWire core version 3.0.251