Calling a function from functions.php in header

Been searching a lot for how to call a function in header.php where the function is in functions.php.

How do I solve this?

Read More

I have my function in functions.php like this:

function testFunction()
{
echo "This is a test";
}

Related posts

Leave a Reply

1 comment