apply_filters( "tribe_register_{$main_class}_plugin_dependencies", array $dependencies , string $version , string $file_path , array $classes_req )
Filters the dependencies array for a plugin.
Contents
Parameters
- $dependencies
-
(array) An array of dependencies for the plugins. These can include parent, add-on and other dependencies.
- $version
-
(string) The plugin version number, e.g. "4.0.4".
- $file_path
-
(string) The absolute path to the plugin main file.
- $classes_req
-
(array) Any Main class files/tribe plugins required for this to run.
Source
File: src/Tribe/Dependency.php
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |