Inpsyde\MultilingualPress\Core\ImmutablePluginProperties::plugin_file_path PHP 메소드

plugin_file_path() 공개 메소드

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