modX.getPlaceholder
Last updated Apr 6th, 2019 | 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');