Text_Diff::getDiff()
Returns the array of differences.
{} It's a method of the class: Text_Diff{}
No Hooks.
Return
null
. Nothing.
Usage
$Text_Diff = new Text_Diff(); $Text_Diff->getDiff();
Code of Text_Diff::getDiff() Text Diff::getDiff WP 5.9.3
function getDiff() { return $this->_edits; }