WP all import custom function or modifier

By.

min read

My profile

Share this:

In the field:


[myfunction()]

or:

[myfunction({price[1]})]

In the function editor:

<?php
function myfunction( $input = 0 ) {
return ($input+1)*10;
}
Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *