Support

Account

Home Forums General Issues Attempt to modify property of non-object

Helping

Attempt to modify property of non-object

  • Hi

    In my serwer log i see error:

    PHP Warning: Attempt to modify property of non-object in /home/stomatolog/domains/domainmy.pl/public_html/wp-content/themes/themename/functions.php on line 95

    line 94-97

    
    function filter_plugin_updates( $value ) {
    	unset( $value->response['advanced-custom-fields-pro/acf.php'] );
    	return $value;
    }

    I try add plugn_basename (__FILE__). etc and error are still.
    Please help.

  • Did you ever get this solved?

    Did you create the theme? If not you should be contacting the theme author.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Attempt to modify property of non-object’ is closed to new replies.