Use Child Theme: Add child theme support to any WordPress theme
If you make changes to a theme, those changes will be lost when the theme is updated. With a child theme, your changes are kept separate, so the parent theme can be safely updated.
If you're a theme developer, include use-child-theme.php
in your theme, then add this code into functions.php:
require_once( trailingslashit( get_template_directory() ) . 'use-child-theme.php' );
0.4
uct_dismiss_timeout
filter0.3
0.2
0.1