_registry->get( 'model.api.api-feeds' );
$provided = $api->subscription_get_quantity_limit( $feature );
$used = $api->subscription_get_used_quantity( $feature );
if ( $provided >= 1000000 ) {
$provided = __( 'unlimited', AI1EC_PLUGIN_NAME );
}
if ( ! $api_signed ):
?>
Timely Network to manage your feeds.', AI1EC_PLUGIN_NAME ) ?>
You don\'t have a subscription for this feature.
Please
upgrade here to a plan that
supports "Import Feeds".', AI1EC_PLUGIN_NAME )
?>
You have reached the limit of how many feeds you can import.
Please sign up for EventBoost plan
here.', AI1EC_PLUGIN_NAME )
?>