since 2.0.11 We provide a bunch of hooks so you can integrate custom functionality into Next ADI. All filters and actions start with the prefix next_ad_int_. We use the underscore (_) for separating namespaces.

Accessing Next ADI internals

By using the method next_ad_int() you can gain access to the internals of NADI:

/** @var NextADInt_Adi_Synchronization_WordPress */
$syncToWordPress = next_ad_int()->getSyncToWordPress();
$syncToWordPress->synchronize();