What I need is the following, I have this html code:
<div php-if="{{valor}}>0">CONTEUDO QUE SERÁ MOSTRADO DINAMICAMENTE</div>
The variable "{{value}}" already has how to return dynamically. What I would like now is to run a function in php that identifies that I am doing an IF comparison and if it returned false, that entire tag would be removed from the string. The result would be an html string, but without that example tag.