require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
thanks again @Rup for sparking the path to this answer! rendering out directly from the required file was at least part of the problem. i believe the other part was not rendering from inside a function as well as not hooking all of that functionality into an action in the target file. the problem vanishes … Read more