*/ require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-adstxtmanager-solution-factory.php'; class AdstxtManager_Activator { /** * Short Description. (use period) * * Long Description. * * @since 1.0.0 */ public static function activate() { $solutionFactory = new AdsTxtManager_Solution_Factory(); $adsTxtSolution = $solutionFactory->GetBestSolution(); $adsTxtSolution->SetupSolution(); } }