File ManagerCurrent Directory: wp-content/plugins/wpforms/src/Pro/Integrations/AILinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: AI.php <?php // phpcs:disable Generic.Commenting.DocComment.MissingShort /** @noinspection PhpIllegalPsrClassPathInspection */ /** @noinspection AutoloadingIssuesInspection */ // phpcs:enable Generic.Commenting.DocComment.MissingShort namespace WPForms\Pro\Integrations\AI; use WPForms\Integrations\AI\AI as LiteAI; use WPForms\Pro\Integrations\AI\Admin\Builder\Enqueues; use WPForms\Pro\Integrations\AI\Admin\Pages\Templates; use WPForms\Pro\Integrations\AI\Admin\Ajax\Forms; /** * Integration of the AI features in Pro. * * @since 1.9.2 */ final class AI extends LiteAI { /** * Load the integration classes. * * @since 1.9.2 */ public function load() { parent::load(); if ( wpforms_is_admin_page( 'builder' ) ) { ( new Enqueues() )->init(); } if ( wpforms_is_admin_page( 'templates' ) ) { ( new Templates() )->init(); } } /** * Load AJAX classes. * * @since 1.9.2 */ protected function load_ajax_classes() { // phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found parent::load_ajax_classes(); ( new Forms() )->init(); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirAI.phpFile1.06 KB Rename | Delete | EditAPIDirectory Rename | DeleteAdminDirectory Rename | DeleteHelpers.phpFile516.00 B Rename | Delete | Edit