This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,10 @@
<?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 );
}