Add action/do action/function reference
-
Hi,
I need a link to be displayed.
How to add an add action or do action what ever is reqired for the function below.And is the code blow for the fuction correct?
function function_name($message)
{
{
$address = ‘some address’
$message .= “<p>click here: ” . $address . “</p>”;
}return message;
}
also do we need to add some filter too.how?
- The topic ‘Add action/do action/function reference’ is closed to new replies.