Warns you about outdated template files in your child theme and shows a diff view of the changes between parent and child theme template.
As of April 2026, Child Theme Check is a WordPress check plugin with 800 active installations and a 5/5 rating from 8 reviews. It has been downloaded 20K+ times in total. Requires WordPress 3.6.0+ and PHP false+. Available on WordPress.org since 2015. Last updated 1 year ago — may have compatibility concerns. Top alternative: WP-Cron Status Checker.
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 theme file is higher than your child theme file. And you can see the differences between the parent theme file and the child theme file per wp_text_diff()-function like in revisions.
Some posts about thi…
| WordPress | 3.6.0+ requiredTested up to 6.6.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.