STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-pro/addons/auth/auth.php

SHA-256: fd9f16192c8590599b1053d8d34ec6decabaa233e69923f758115bd05e17fc94
<?php
/**
 * Authentication
 *
 * Author URI: http://themeum.com
 * Requires at least: 5.3
 * Tested up to: 6.1
 *
 * @package TutorPro\Auth
 */

require_once tutor_pro()->path . '/vendor/autoload.php';

define( 'TUTOR_AUTH_FILE', __FILE__ );
define( 'TUTOR_AUTH_DIR', plugin_dir_path( __FILE__ ) );

new TutorPro\Auth\Init();