Title: Notice: Undefined property: stdClass::$version_checked
Last modified: August 22, 2016

---

# Notice: Undefined property: stdClass::$version_checked

 *  [Gregory Karpinsky (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * (@tivnet)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/notice-undefined-property-stdclassversion_checked/)
 * **Core Control does:**
 *     ```
       add_action('pre_site_transient_update_core', array(&$this, 'handle_option_disable'));
   
       	function handle_option_disable($val) {
       		return (object)array('last_checked' => time()+3600, 'response' => null);
       	}
       ```
   
 * **Expected in function wp_version_check():**
 *     ```
       $current = get_site_transient( 'update_core' );
       	$translations = wp_get_installed_translations( 'core' );
   
       	// Invalidate the transient when $wp_version changes
       	if ( is_object( $current ) && $wp_version != $current->version_checked )
       ```
   
 * [https://wordpress.org/plugins/core-control/](https://wordpress.org/plugins/core-control/)

The topic ‘Notice: Undefined property: stdClass::$version_checked’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/core-control.svg)
 * [Core Control](https://wordpress.org/plugins/core-control/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/core-control/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/core-control/)
 * [Active Topics](https://wordpress.org/support/plugin/core-control/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/core-control/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/core-control/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Gregory Karpinsky (@tivnet)](https://wordpress.org/support/users/tivnet/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/notice-undefined-property-stdclassversion_checked/)
 * Status: not resolved