我在函数中使用以下代码。要包含文件的子主题的php
require_once(get_stylesheet_directory_uri().\'/functions/taxonomy-images.php\');
但我收到了这些警告和致命错误Warning: require_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\\xampp\\htdocs\\yakoo\\wp-content\\themes\\listify-child\\functions.php on line 68
Warning: require_once(http://localhost/yakoo/wp-content/themes/listify-child/functions/taxonomy-images.php): failed to open stream: no suitable wrapper could be found in C:\\xampp\\htdocs\\yakoo\\wp-content\\themes\\listify-child\\functions.php on line 68
Fatal error: require_once(): Failed opening required \'http://localhost/yakoo/wp-content/themes/listify-child/functions/taxonomy-images.php\' (include_path=\'.;C:\\xampp\\php\\PEAR\') in C:\\xampp\\htdocs\\yakoo\\wp-content\\themes\\listify-child\\functions.php on line 68
不知道出了什么问题。请帮忙