PATH:
home
/
centosnipponia
/
public_html
/
nipponianl
/
wp-content
/
plugins
/
pixelyoursite
/
includes
<?php namespace PixelYourSite; final class EventIdGenerator { public static function guidv4() { $data = openssl_random_pseudo_bytes(16); $data[6] = chr(ord($data[6]) & 0x0f | 0x40); // set version to 0100 $data[8] = chr(ord($data[8]) & 0x3f | 0x80); // set bits 6-7 to 10 return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4)); } }
[+]
..
[+]
enrich
[+]
events
[+]
formEvents
[+]
logger
[+]
views
[-] class-custom-event-factory.php
[edit]
[-] class-custom-event.php
[edit]
[-] class-event-id-generator.php
[edit]
[-] class-events-manager-ajax_hook.php
[edit]
[-] class-events-manager.php
[edit]
[-] class-fixed-notices.php
[edit]
[-] class-pixel.php
[edit]
[-] class-plugin.php
[edit]
[-] class-plugin-updater.php
[edit]
[-] class-pys.php
[edit]
[-] class-settings.php
[edit]
[-] functions-admin.php
[edit]
[-] functions-common.php
[edit]
[-] functions-custom-event.php
[edit]
[-] functions-edd.php
[edit]
[-] functions-gdpr.php
[edit]
[-] functions-license.php
[edit]
[-] functions-migrate.php
[edit]
[-] functions-optin.php
[edit]
[-] functions-promo-notices.php
[edit]
[-] functions-system-report.php
[edit]
[-] functions-update-plugin.php
[edit]
[-] functions-woo.php
[edit]
[-] options_defaults.json
[edit]
[-] options_fields.json
[edit]
[-] .htaccess.disabled
[edit]