Tribe__PUE__Checker::get_plugin_file()
Get the plugin file path
Return
(string)
Source
File: src/Tribe/PUE/Checker.php
public function get_plugin_file() {
return apply_filters( 'pue_get_plugin_file', $this->plugin_file, $this->get_slug() );
}
Get the plugin file path
(string)
File: src/Tribe/PUE/Checker.php
public function get_plugin_file() {
return apply_filters( 'pue_get_plugin_file', $this->plugin_file, $this->get_slug() );
}