I’ve placed the function calls in the header like this:
<?php if (function_exists('ghpseo_output')) ghpseo_output('description'); ?>
I’ve enabled the “Enable Output Modifications?” checkbox.
The function is now triggered but it doesn’t enter in the “description” case.
What am I missing?