PHP code example of eriktorsner / wp-checksum

1. Go to this page and download the library: Download eriktorsner/wp-checksum library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

eriktorsner / wp-checksum example snippets

bash
# Diff a plugin file
$ wp checksum diff plugin hello-dolly hello.php
bash
# Diff a theme file
$ wp checksum diff theme twentytwelve 404.php