/home/vianto5/.trash/cititower.mx/wp-content/plugins/wpml-wpforms/classes/Loader
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/wpml-wpforms/classes/Loader/WpForms.php (2594B)
preferences );
$wpforms = new Strings(
$this->getSlug(),
$this->getTitle(),
$formsFactory,
$sitepress
);
$wpforms->addHooks();
$notifications = new Notifications(
$this->getSlug(),
$this->getTitle(),
$formsFactory
);
$notifications->addHooks();
$package_filter = new Package( $this->getSlug() );
$package_filter->addHooks();
$conversational_forms = new ConversationalForms( $wpforms );
$conversational_forms->addHooks();
$dynamic_choices = new DynamicChoices();
$dynamic_choices->addHooks();
if ( defined( 'WPFORMS_FORM_PAGES_VERSION' ) ) {
$form_pages = new FormPages( $wpforms );
$form_pages->addHooks();
}
if ( is_admin() ) {
$entryEdit = new EntryEdit( $wpforms );
$entryEdit->addHooks();
}
$entryPreviewField = new EntryPreviewField(
$this->getSlug(),
$this->getTitle(),
$formsFactory,
$sitepress
);
$entryPreviewField->addHooks();
$factory = new Factory();
$ateLayout = new AteLayoutHooks( $factory );
$ateLayout->addHooks();
$import = new Import();
$import->addHooks();
$subLabels = new SubLabels();
$subLabels->addHooks();
if ( defined( 'WPFORMS_SURVEYS_POLLS_VERSION' ) ) {
$surveyAndPolls = new SurveyAndPolls(
$this->getSlug(),
$this->getTitle(),
$formsFactory
);
$surveyAndPolls->addHooks();
}
if ( defined( 'WPFORMS_SAVE_RESUME_VERSION' ) ) {
$saveAndResume = new SaveAndResume(
$this->getSlug(),
$this->getTitle(),
$formsFactory
);
$saveAndResume->addHooks();
}
}
}