Added a 'Send Assessment Invite' metabox to the Job edit screen

This commit is contained in:
Ruben Ramirez 2025-04-03 20:21:51 -05:00
parent 836ce51127
commit 772cbf6385

View file

@ -134,6 +134,9 @@ function quiztech_init() {
$settings_page = new \Quiztech\AssessmentPlatform\Admin\SettingsPage();
$settings_page->register_hooks();
$job_metaboxes = new \Quiztech\AssessmentPlatform\Admin\JobMetaboxes();
$job_metaboxes->register_hooks();
}
// Future core classes (e.g., Shortcode handlers) should be instantiated here.