Text_Diff::_getTempDir
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() Text Diff:: getTempDir code WP 6.9
static function _getTempDir()
{
return get_temp_dir();
}