whoami7 - Manager
:
/
home
/
rattkxnv
/
www
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
styles
/
Upload File:
files >> //home/rattkxnv/www/wp-content/plugins/elementor/modules/atomic-widgets/styles/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; } }
Copyright ©2021 || Defacer Indonesia