Tribe__PUE__Checker::get_plugin_name()

Get the plugin name

Contents


Return

(string)


Top ↑

Source

File: src/Tribe/PUE/Checker.php

		public function get_plugin_name() {
			if ( empty( $this->plugin_name ) ) {
				$this->set_plugin_name();
			}

			return apply_filters( 'pue_get_plugin_name', $this->plugin_name, $this->get_slug() );
		}