Plugin::plugin_dir_path()

Summary

No summary available.

Return

(string) The file system path for the plugin's root directory, with a trailing slash


Source

File: src/BigCommerce/Plugin.php

	public function plugin_dir_path() {
		return plugin_dir_path( $this->container()[ 'plugin_file' ] );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.