Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to add files in child theme in theme editor

add_action('after_setup_theme', function() {
	$file = get_stylesheet_directory() . '/my-file.php';
	touch($file);
});
Source by www.wpbeginner.com #
 
PREVIOUS NEXT
Tagged: #add #files #child #theme #theme #editor
ADD COMMENT
Topic
Name
8+3 =