modX.unsetPlaceholder
Last updated not available | Page history | Improve this page | Report an issue
modX::unsetPlaceholder¶
Unsets a placeholder value by key.
Syntax¶
API Doc: modX::unsetPlaceholder()
void unsetPlaceholder (string $key)
Example¶
$modx->unsetPlaceholder('myPlaceholder');