Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Tracker::get_admin_user_agents()
When an admin user logs in, there user agent is tracked in user meta and collected here.
Description Description
Return Return
(array)
Source Source
File: includes/class-wc-tracker.php
private static function get_admin_user_agents() { return array_filter( (array) get_option( 'woocommerce_tracker_ua', array() ) ); }