Title: PHP error
Last modified: August 21, 2016

---

# PHP error

 *  [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/php-error-70/)
 * This plugin is outputting a PHP error due to an undefined object on line 69:
   `
   Notice: Undefined property: kdMultipleFeaturedImages::$args in ... wp-content/
   plugins/multiple-featured-images/multiple-featured-images.php on line 69`
 * [https://wordpress.org/plugins/multiple-featured-images/](https://wordpress.org/plugins/multiple-featured-images/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-error-70/#post-4636024)
 * I stumbled across this bug again, and found my own post from a month ago when
   Google searching about it :/
 * Here is line 69 where the problem lies:
    `$this->nonce = 'mfi-'.$this->args['
   id'].$this->args['post_type'];`
 * I’ve fixed it by using $args instead of $this->args
    `$this->nonce = 'mfi-'.$
   args['id'].$args['post_type'];`
 * It would be nice if this could be rolled into the core plugin.

Viewing 1 replies (of 1 total)

The topic ‘PHP error’ is closed to new replies.

 * ![](https://ps.w.org/multiple-featured-images/assets/icon-256x256.png?rev=1538365)
 * [Multiple Featured Images](https://wordpress.org/plugins/multiple-featured-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiple-featured-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiple-featured-images/)
 * [Active Topics](https://wordpress.org/support/plugin/multiple-featured-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiple-featured-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiple-featured-images/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/php-error-70/#post-4636024)
 * Status: not resolved