Submit
Path:
~
/
home
/
getwphos
/
www
/
alliedchimneyny
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
styles
/
File Content:
utils.php
<?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; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
atomic-widget-styles.php
1568 bytes
0644
style-schema.php
5728 bytes
0644
styles-renderer.php
3610 bytes
0644
utils.php
288 bytes
0644
N4ST4R_ID | Naxtarrr