Closed joanhey closed 1 year ago
I answer myself.
xxx_by_php '
#use single quotes
echo "Hello";
';
xxx_by_php_block {
#use Braces
echo 'world';
};
So we can use single quotes inside xxx_block{}
.
I asked for that change, sorry :thinking:
xxxx_by_php
vsxxxx_by_php_block
?