Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_file_path PHP Method

plugin_file_path() public method

Returns the absolute path of main plugin file.
Since: 3.0.0
public plugin_file_path ( ) : string
return string The absolute path of main plugin file.
    public function plugin_file_path()
    {
        return $this->offsetGet(__FUNCTION__);
    }