Adding custom cron_schedule prior to wp_schedule_event

Wondering if there was an issue with using a class based plugin and the order in which things are instantiated and called, I rewrote the plugin using “procedural” functions (I’m not exactly sure of the terminology for this … A non-class based plugin) and it is working as intended.