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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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... }
The text was updated successfully, but these errors were encountered:
When they have added #167, you can use {1|permalink} If you want a dynamic function call, you can just use a variable:
{1|permalink}
<a href="{$post_id|permalink}">link</a>
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: