07-13-2017, 01:09 PM
After testing I've found we need to have autoload required BEFORE session_start(); all current us classes loaded up fine but the hooks class I'm working on wouldnt load unless before session_start() and i suspect that could happen with classes in the future, so it will be best to NOT include in chunk6.php in stall files but instead require at the top of init.php BEFORE session_start(); i have updated the gist
will open new thread regarding hooks & filters
Code:
require_once 'classes/class.autoloader.php';
will open new thread regarding hooks & filters