modX::unsetPlaceholder
Unsets a placeholder value by key.
Syntax
API Doc: http://api.modxcms.com/modx/modX.html#unsetPlaceholder
void unsetPlaceholder (string $key)
Example
$modx->unsetPlaceholder('myPlaceholder');
Unsets a placeholder value by key.
API Doc: http://api.modxcms.com/modx/modX.html#unsetPlaceholder
void unsetPlaceholder (string $key)
$modx->unsetPlaceholder('myPlaceholder');