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.


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.


Top ↑

Source

File: src/Tribe/Dependency.php


Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.