load_dependencies(); } /** * Load the required dependencies for this plugin. * * @since 1.0.0 * @access private */ private function load_dependencies() { require_once AUDIO_DIARY_CLASSES_PATH . ''; require_once AUDIO_DIARY_CLASSES_PATH . ''; // The class responsible for the settings page require_once AUDIO_DIARY_CLASSES_PATH . ''; // The class responsible for defining main options of the plugin. require_once AUDIO_DIARY_CLASSES_PATH . ''; // The class responsible for defining REST Routs API of the plugin. require_once AUDIO_DIARY_CLASSES_PATH . ''; // The class responsible for defining all actions for edd. require_once AUDIO_DIARY_MODULES_PATH . ''; } } Audio_Diary_loader::get_instance();