Diff
Text Diff Functions
Core function for generating human-readable diff output. Source: wp-includes/pluggable.php wp_text_diff() Displays a human-readable HTML representation of the difference between two...
Text Diff Hooks
Filters for customizing diff output processing. Filters process_text_diff_html Filters a diffed line after HTML encoding but before output. Since: 4.1.0...
WP_Text_Diff_Renderer_inline
Inline diff renderer with improved word splitting for multilingual support. Source: wp-includes/class-wp-text-diff-renderer-inline.php Since: 2.6.0 (class), 4.7.0 (separate file) Extends: Text_Diff_Renderer_inline...
WP_Text_Diff_Renderer_Table
Table-based renderer for displaying diff output in a two-column HTML table format. Source: wp-includes/class-wp-text-diff-renderer-table.php Since: 2.6.0 Extends: Text_Diff_Renderer Properties Public...
Text Diff API
System for computing and rendering differences between two text strings, commonly used for revision comparison. Since: 2.6.0 Source: wp-includes/wp-diff.php, wp-includes/pluggable.php...