Tutorial Append / Prepend Files
Rather than having to call / include a file you need on every single page, you can have them automatically prepended (top of file) or append...
https://iskablogs.blogspot.com/2014/03/tutorial-append-prepend-files.html
Rather than having to call / include a file you need on every single page, you can have them automatically prepended (top of file) or appended (bottom of file) automatically through your .htaccess file.
php_value auto_prepend_file "/real/path/to/file/functions.php"
php_value auto_append_file "/real/path/to/file/footer.php"
php_value auto_prepend_file "/real/path/to/file/functions.php"
php_value auto_append_file "/real/path/to/file/footer.php"