[insert_php]
$FileLocation = “/wp-content/Snippets/Season Stats/2018-19.txt”;
readfile($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]
[insert_php]
$FileLocation = “/wp-content/Snippets/Season Stats/Season 2018-19.txt”;
readfile($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]