Text_Diff::_getTempDirpublic staticWP 1.0

Determines the location of the system temporary directory.

Method of the class: Text_Diff{}

No Hooks.

Returns

String. A directory name which can be used for temp files.

Usage

$result = Text_Diff::_getTempDir();

Text_Diff::_getTempDir() code WP 6.9

static function _getTempDir()
{
    return get_temp_dir();
}