Добрый вечер всем. Когда я добавляю следующий код в functions.php файле ( child theme of WordPress ):
function twentyfourteen_child_scripts(){
wp_enqueue_scripts('extra js', get_stylesheet_directory_uri() .'/js/extra.js');
}
add_action('wp_enqueue_scripts', 'twentyfourteen_child_scripts');
то получаю ошибку:
Fatal error: Out of memory (allocated 478150656) (tried to allocate 262144 bytes) in D:\newxampp\htdocs\childtheme\wp-includes\cache.php on line 530
Fatal error: Out of memory (allocated 478150656) (tried to allocate 262144 bytes) in Unknown on line 0
Посмотрите на изображение:
Как можно исправить подскажите пожалуста