Hi, i have image with placeholder $IMAGE3$
When i use $spPage->replacePlaceholderImage('IMAGE3', 'test.png');
It works fine, but when i dont need to replece it and i want to remove it and fails with
$spPage->removeTemplateVariable('IMAGE3');
$spPage->deleteTemplateBlock('IMAGE3');
$spPage->removeWordContent(array( 'contains' => 'IMAGE3'));
Pls help, what is wrong?