PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
includes
<?php namespace WP_STATISTICS; use WP_Statistics\Service\Analytics\DeviceDetection\DeviceHelper; /** * @deprecated This class will be deprecated soon, use WP_Statistics\Service\Analytics\UserAgent instead. */ class UserAgent { /** * Get All Browser List For Detecting * * @param bool $all * @area utility * @return array|mixed */ public static function BrowserList($all = true) { _deprecated_function('BrowserList', '14.11', 'DeviceHelper::getBrowserList'); return DeviceHelper::getBrowserList($all); } /** * Returns browser logo. * * @param string $browser Browser name. * @param string $browser Browser name. * * @return string Logo URL, or URL of an unknown browser icon. */ public static function getBrowserLogo($browser) { _deprecated_function('getBrowserLogo', '14.11', 'DeviceHelper::getBrowserLogo'); return DeviceHelper::getBrowserLogo($browser); } /** * Returns platform/OS logo. * * @param string $platform Platform name. * * @return string Logo URL, or URL of an unknown browser icon. */ public static function getPlatformLogo($platform) { _deprecated_function('getPlatformLogo', '14.11', 'DeviceHelper::getPlatformLogo'); return DeviceHelper::getPlatformLogo($platform); } }
[-] class-wp-statistics-geoip.php
[edit]
[-] defines.php
[edit]
[-] class-wp-statistics-privacy-exporter.php
[edit]
[-] template-functions.php
[edit]
[-] class-wp-statistics-helper.php
[edit]
[-] class-wp-statistics-rest-api.php
[edit]
[-] class-wp-statistics-search-engine.php
[edit]
[-] class-wp-statistics-schedule.php
[edit]
[-] class-wp-statistics-purge.php
[edit]
[-] class-wp-statistics-timezone.php
[edit]
[-] class-wp-statistics-shortcode.php
[edit]
[-] class-wp-statistics.php
[edit]
[-] class-wp-statistics-option.php
[edit]
[+]
api
[-] class-wp-statistics-user.php
[edit]
[-] class-wp-statistics-pages.php
[edit]
[-] class-wp-statistics-mail.php
[edit]
[-] class-wp-statistics-install.php
[edit]
[-] class-wp-statistics-meta-box.php
[edit]
[-] class-wp-statistics-uninstall.php
[edit]
[+]
defines
[-] class-wp-statistics-frontend.php
[edit]
[-] class-wp-statistics-historical.php
[edit]
[-] class-wp-statistics-user-online.php
[edit]
[-] class-wp-statistics-country.php
[edit]
[-] class-wp-statistics-db.php
[edit]
[-] class-wp-statistics-admin-bar.php
[edit]
[-] class-wp-statistics-referred.php
[edit]
[-] class-wp-statistics-privacy-erasers.php
[edit]
[-] class-wp-statistics-user-agent.php
[edit]
[-] class-wp-statistics-hits.php
[edit]
[+]
libraries
[-] class-wp-statistics-menus.php
[edit]
[+]
admin
[+]
..
[-] class-wp-statistics-ip.php
[edit]
[-] class-wp-statistics-exclusion.php
[edit]
[-] class-wp-statistics-widget.php
[edit]
[-] class-wp-statistics-visitor.php
[edit]