PATH:
home
/
ajwellnessmassag
/
angelictravels.online
/
wp-content
/
plugins
/
gravityforms
/
includes
/
libraries
<?php /** * @depecated 2.9.8 * @remove-in 4.0 */ _deprecated_file( __FILE__, '2.9.8', GF_PLUGIN_DIR_PATH . 'includes/async/class-gf-background-process.php (Gravity_Forms\Gravity_Forms\Async\GF_Background_Process)' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped if ( ! class_exists( 'GF_Background_Process' ) ) { require_once GF_PLUGIN_DIR_PATH . 'includes/async/class-gf-background-process.php'; class_alias( Gravity_Forms\Gravity_Forms\Async\GF_Background_Process::class, 'GF_Background_Process', false ); }
[-] wp-async-request.php
[edit]
[-] gf-background-process.php
[edit]
[+]
..
[-] class-dom-parser.php
[edit]