modX::getPlaceholder
Get a placeholder value by key.
Syntax
API Doc: http://api.modxcms.com/modx/modX.html#getPlaceholder
mixed getPlaceholder (string $key)
Example
$value = $modx->getPlaceholder('MyPlaceholder');
Get a placeholder value by key.
API Doc: http://api.modxcms.com/modx/modX.html#getPlaceholder
mixed getPlaceholder (string $key)
$value = $modx->getPlaceholder('MyPlaceholder');