HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/studis.kauko.lt/wp-content/plugins/the-events-calendar/src/deprecated/Step_Interface.php
<?php
/**
 * File: Step_Interface.php
 */

use TEC\Common\Admin\Onboarding\Steps\Contracts\Step_Interface as Common_Step_Interface;

_deprecated_class( 'TEC\Events\Admin\Onboarding\Steps\Contracts\Step_Interface', '6.13.0', 'TEC\Common\Admin\Onboarding\Steps\Contracts\Step_Interface' );

/**
 * Contract for Wizard step processors.
 *
 * @since 6.8.4
 * @deprecated 6.13.0 Use TEC\Common\Admin\Onboarding\Steps\Contracts\Step_Interface instead.
 */
interface Step_Interface extends Common_Step_Interface {
}