Child Themes are used to avoid overwriting your customizations. But if you preserve a file in a child theme, then you maybe preserve a security risk. After an update from the parent theme you always should check the changes and maybe add them to your child theme. This plugin helps you keeping track of these changes in the parent theme. For full usage of the plugin your parent theme has to define the version of the template file in the header of the PHP file with an additional @version info. For example: @version 1.0.0 If this is the case you will see a warning if the version of the parent them...
Read the full description on WordPress.org →