• Hi how do I solv this problem?

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /customers/d/6/7/smartlookoptikk.no/httpd.www/wp-includes/functions.php on line 2705

    Thx

Viewing 15 replies - 1 through 15 (of 15 total)
  • That is some crazy url! Open functions.php, go to line 2705, copy the line, edit the copy and relace comment out get_theme_data with wp_get_theme(), comment out original line.

    Thread Starter smartlook

    (@smartlook)

    wp-includes/functions.php on line 2705 —- says:

    function _deprecated_function( $function, $version, $replacement = null ) {

    do_action( ‘deprecated_function_run’, $function, $replacement, $version );

    // Allow plugin to filter the output error trigger
    if ( WP_DEBUG && apply_filters( ‘deprecated_function_trigger_error’, true ) ) {
    if ( ! is_null($replacement) )
    trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s! Use %3$s instead.’), $function, $version, $replacement ) );
    else
    trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s with no alternative available.’), $function, $version ) );
    }
    }

    ????

    what theme are you using?

    have you updated to the latest version of your theme, and is it wp3.4 compatible?

    No! Never, ever, edit WordPress core scripts. And do not encourage others to do so. Editing core scripts can bring down your entire site and/or open security holes for hackers to use.

    My bad, thought we were talking about the theme’s functions.php file. 🙂

    Thread Starter smartlook

    (@smartlook)

    My sites navn is http://www.smartlookoptikk.no

    And the error that i get is:

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /customers/d/6/7/smartlookoptikk.no/httpd.www/wp-includes/functions.php on line 2705

    And the theme that i use is:
    BizWay By InkThemes.com Version 1.1

    version is the newest… what am I doing wrong?

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.
    http://www.inkthemes.com/support/

    Thread Starter smartlook

    (@smartlook)

    Now I have updated wordpress to 3.4.1 and BizWay to 1.2 and I get this ERROR:

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /customers/d/6/7/smartlookoptikk.no/httpd.www/wp-includes/functions.php on line 2628

    1. You need to speak to the theme’s vendor – not us.

    2. It’s just a warning. It will not have any effect on your site.

    I am also getting this issue.

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/coldsmok/public_html/wp-includes/functions.php on line 2839

    How to fix??

    @Aboobacker P

    from the above ongoing topic, you should have noticed that the information of what theme you are using is essential to try and answer your question.

    please start your own topic and include information about the theme and your version of wp.

    http://wordpress.org/support/forum/how-to-and-troubleshooting#postform

    I am using Woocommerce theme with WP 3.5.1

    Woocommerce 2.0.7

    For help with a WooCommerce theme, you will need to contact WooThemes – we cannot help you with those as commercial themes are not supported on these forums.

    Sure. Will do so. Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘get_theme_data is deprecated since version 3.4!’ is closed to new replies.