My function.php ends with this line:
<?php } // this ends the admin page ?>
If I want to add any new code to my function.php, where should I paste it? Just BEFORE the closing tag ?>
or AFTER the closing tag.
I mean just before ?> In other words, just after the the word 'page'.