Tribe__Events__Aggregator__Tabs__New::maybe_display_notices()
Source
File: src/Tribe/Aggregator/Tabs/New.php
public function maybe_display_notices() {
if ( ! $this->is_active() ) {
return;
}
$license_info = get_option( 'external_updates-event-aggregator' );
if ( isset( $license_info->update->api_expired ) && $license_info->update->api_expired ) {
tribe_notice( 'tribe-expired-aggregator-license', array( $this, 'render_notice_expired_aggregator_license' ), 'type=warning' );
}
}