modX.getPlaceholder
Last updated not available | Page history | Improve this page | Report an issue
modX::getPlaceholder¶
Get a placeholder value by key.
Syntax¶
API Doc: modX::getPlaceholder()
mixed getPlaceholder (string $key)
Example¶
$value = $modx->getPlaceholder('MyPlaceholder');