Merging PHP download script into `functions.php`
You won’t be calling stuff directly from the functions.php file by URL reference. The functions.php is loaded in with the WordPress theme and it makes functions available to you from within the theme template files. Most of your code can be ported directly into the functions.php but you will have to wrap some sort of … Read more