Index of /wp-content/<?php
namespace Elementor;
if ( ! defined( 'ABSPATH' ) ) {
exit; / Exit if accessed directly.
}
/**
* Elementor utils.
*
* Elementor utils handler class is responsible for different utility methods
* used by Elementor.
*
* @since 1.0.0
*/
class Utils {
const DEPRECATION_RANGE = 0.4;
Name Last modified Size Description
Parent Directory -