Tribe__PUE__Checker::get_plugin_file()

Get the plugin file path

Contents


Return

(string)


Top ↑

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() );
		}