whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
easy-digital-downloads
/
includes
/
deprecated
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/easy-digital-downloads/includes/deprecated/classes.php
<?php defined( 'ABSPATH' ) || exit; /** * Legacy `EDD_Tracking` class was refactored and moved to the new `EDD\Telemetry\Tracking` class. * This alias is a safeguard to those developers who use our internal class EDD_Tracking, * which we deleted. * * @since 3.2.7 */ class_alias( \EDD\Telemetry\Tracking::class, 'EDD_Tracking' ); /** * Legacy `EDD_HTML_Elements` class was refactored and moved to the new `EDD\HTML\Elements` class. * This alias is a safeguard to those developers who use our EDD_HTML_Elements class directly * instead of using EDD()->html. * * @since 3.2.8 */ class_alias( \EDD\HTML\Elements::class, 'EDD_HTML_Elements' );
Copyright ©2021 || Defacer Indonesia