This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Plugin::load()
Load dependencies
Return
(void)
Source
File: includes/libs/plugin.class.php
private function load(){ add_action( 'vimeotheque_pro_loaded', function(){ include_once VIMEOTHEQUE_PATH . 'includes/deprecated.php'; } ); }