$configinstalledBefore()

Was this ProcessWire installation installed before a particular date?

Available since version 3.0.129.

Usage

$bool = $config->installedBefore($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