[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.144.227.3: ~ $
<?php
/**
 * Deprecated functions file.
 *
 * @package LearnDash\Integrity\Deprecated
 */

/**
 * The main function for returning LearnDash_Integrity instance.
 *
 * This function returns LearnDash_Integrity instance to make sure the plugin works.
 *
 * @since 1.0
 * @deprecated 1.2.1
 *
 * @return object The one and only true LearnDash_Integrity instance.
 */
function learndash_integrity() {
	_deprecated_function( __FUNCTION__, '1.2.1' );

	return LearnDash_Integrity::instance();
}

Filemanager

Name Type Size Permission Actions
LearnDash_Dependency_Check_LD_Integrity.php File 5.97 KB 0644
LearnDash_Integrity.php File 3.84 KB 0644
functions.php File 488 B 0644