In the field:
[myfunction()]
or:
[myfunction({price[1]})]
In the function editor:
<?php
function myfunction( $input = 0 ) {
return ($input+1)*10;
}
In the field:
[myfunction()]
or:
[myfunction({price[1]})]
In the function editor:
<?php
function myfunction( $input = 0 ) {
return ($input+1)*10;
}
Leave a Reply