[`Not visible on the site.`] [`Optional.`]
[`Use Latin letters, and hyphens instead of whitespaces; e.g., “company-name”.`]
{sprintf_wp(
'You can pass additional parameters to a variable after a comma: %s
Instead of %s must be specified an associative array of parameters; e.g., %s
Each passed parameter is accessible in the code by its name as a Smarty variable; e.g., %s',
sprintf("{%s->block('%s', %s)}", '$wa', $_item.id|escape, '$params'),
'$params',
"['first' => 100, 'second' => 500]",
'{$sum = $first + $second}'
)}