Docs

evf_deprecated_function( string $function, string $version, string $replacement = null )

Wrapper for deprecated functions so we can apply some extra logic.

Parameters

$functionstringrequired
Function used.
$versionstringrequired
Version the message was added in.
$replacementstringoptional
Replacement for the called function.

Default:null

Changelog

VersionDescription
1.0.0Introduced.