• Undefined index: wpb_feed_append
    in this code:

    
    if ( ! $GLOBALS['wpb_feed_append'] ) {
                $GLOBALS['wpb_feed_append'] = true;
                $urls = array( 'http://www.wpbeginner.com/feed/', $url );
                $feed->set_feed_url( $urls );
    }
    
    • This topic was modified 5 years, 3 months ago by archon810.
    • This topic was modified 5 years, 3 months ago by archon810.
  • The topic ‘Undefined index: wpb_feed_append’ is closed to new replies.