Title: (low priority) Fixing PHP warning
Last modified: December 23, 2020

---

# (low priority) Fixing PHP warning

 *  Resolved [robwebfx](https://wordpress.org/support/users/robwebfx/)
 * (@robwebfx)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/low-priority-fixing-php-warning/)
 * We’re seeing the following PHP warning:
 * > Undefined index: video_album in <b>/wp-content/plugins/feed-them-social/feeds/
   > facebook/class-fts-facebook-feed-post-types.php</b> on line <b>925</b><br>
 * In class-fts-facebook-feed-post-types.php, on line 925, would you be able to 
   change the following:
 * `if ( isset( $fts_hide_photos_type ) && 'yes' === $fts_hide_photos_type && 'album_photos'!
   == $fb_shortcode['type'] && 'yes' !== $fb_shortcode['video_album'] ) {`
 * to:
 * `if ( isset( $fts_hide_photos_type ) && 'yes' === $fts_hide_photos_type && 'album_photos'!
   == $fb_shortcode['type'] && isset( $fb_shortcode['video_album'] ) && 'yes' !=
   = $fb_shortcode['video_album'] ) {`
 * Thanks!
    -  This topic was modified 5 years, 4 months ago by [robwebfx](https://wordpress.org/support/users/robwebfx/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [slickremix](https://wordpress.org/support/users/slickremix/)
 * (@slickremix)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/low-priority-fixing-php-warning/#post-13840445)
 * Awesome thanks for the heads up, we’ll add this to our list of todos and keep
   you posted with an update. Have a great week ahead!
 * Spencer

Viewing 1 replies (of 1 total)

The topic ‘(low priority) Fixing PHP warning’ is closed to new replies.

 * ![](https://ps.w.org/feed-them-social/assets/icon-256x256.jpg?rev=998039)
 * [Feed Them Social - Social Media Feeds, Video, and Photo Galleries](https://wordpress.org/plugins/feed-them-social/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feed-them-social/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feed-them-social/)
 * [Active Topics](https://wordpress.org/support/plugin/feed-them-social/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feed-them-social/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feed-them-social/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [slickremix](https://wordpress.org/support/users/slickremix/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/low-priority-fixing-php-warning/#post-13840445)
 * Status: resolved