apply_filters( "tribe_register_{$main_class}_plugin_version", string $version , array $dependencies , string $file_path , array $classes_req )
Filters the version string for a plugin.
Contents
Parameters
- $version
-
(string) The plugin version number, e.g. "4.0.4".
- $dependencies
-
(array) An array of dependencies for the plugins. These can include parent, add-on and other dependencies.
- $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. |