8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello i have the function permalink and i want to call this like the following example
example a href="{permalink:(1)}">link /a or a href="{$permalink:(1)}">link /a
it is possible?
function permalink($id){ // do something... return $id; // return something... }