• Just used this plugin to create a child theme the Elegant Themes, Extra theme. Simple to use but after activating the child theme I’m getting the following undefined variable:

    Notice: Undefined variable: parent_style in /home/xxxx/public_html/xxxxxxx/wp-content/themes/Extra-Child/functions.php on line 13

    Any suggestions how to fix this?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter benz1

    (@benz1)

    I removed the line

    wp_enqueue_style(‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array($parent_style));

    from the functions.php which has got rid of the undefined error and doesn’t appear to make any difference to the site. Is it okay to remove it?

Viewing 1 replies (of 1 total)

The topic ‘Undefined variable’ is closed to new replies.