Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this questionI am new to WordPress. I have installed child theme configurator, But I don't know how to go about it.
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this questionI am new to WordPress. I have installed child theme configurator, But I don't know how to go about it.