
Diff Check
Display side-by-side comparisons of two text files.
Version: 1.1 ⭐⭐⭐⭐⭐(0) Compatible with WordPress 6.1.3 Last update: March 11, 2023

+ Shortcode
Use diff_check shortcode and pass text or file (URL) attributes
Compare two texts:
[diff_check text1="first text" text2="second text"]
Compare two text files by URL:
[diff_check file1="text1.txt" file2="text2.txt"]
Example:
[diff_check text1="This is the first text area. It will be compared to the second text area." text2="This is the second text area. It will be compared to the first text area."]
Output:

Example:
[diff_check file1="https://plugins.club/demo/wp-content/plugins/my-plugin/text1.txt" file2="https://plugins.club/demo/wp-content/plugins/my-plugin/text2.txt"]
Output:
