Text_Diff::getDiff()publicWP 1.0

Returns the array of differences.

Method of the class: Text_Diff{}

No Hooks.

Return

null. Nothing (null).

Usage

$Text_Diff = new Text_Diff();
$Text_Diff->getDiff();

Text_Diff::getDiff() code WP 6.5.2

function getDiff()
{
    return $this->_edits;
}