$_async_feed_processing

Description

The $_async_feed_processing property allows you to define a feed as asynchronous. By using this property, the feed will be processed asynchronously instead of at the same time other feeds are.

Properties

Class: GFFeedAddOn
Access: protected
Type: boolean
Defaults to: false

Usage

class ExampleFeedAddOn extends GFFeedAddOn {
    protected $_async_feed_processing = true;
}

Location

includes/addon/class-gf-feed-addon.php