GRAYBYTE WORDPRESS FILE MANAGER4038

Server IP : 162.213.255.40 / Your IP : 216.73.216.6
System : Linux server146.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/home/hellrfbn/public_html/wp-content/updraft/plugins-old/jetpack/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/hellrfbn/public_html/wp-content/updraft/plugins-old/jetpack//functions.is-mobile.php
<?php // phpcs:ignore WordPress.Files.FileName.NotHyphenatedLowercase
/**
 * This file holds a function that needs to be loaded before WordPress itself
 * on WordPress.com.
 *
 * @package automattic/jetpack
 */

use Automattic\Jetpack\Device_Detection;

/**
 * Determine if the current User Agent matches the passed $kind
 *
 * @param string $kind Category of mobile device to check for.
 *                         Either: any, dumb, smart.
 * @param bool   $return_matched_agent Boolean indicating if the UA should be returned.
 *
 * @return bool|string Boolean indicating if current UA matches $kind. If
 *                              $return_matched_agent is true, returns the UA string
 */
function jetpack_is_mobile( $kind = 'any', $return_matched_agent = false ) {

	if ( function_exists( 'apply_filters' ) ) {
		/**
		 * Filter the value of jetpack_is_mobile before it is calculated.
		 *
		 * Passing a truthy value to the filter will short-circuit determining the
		 * mobile type, returning the passed value instead.
		 *
		 * @since  4.2.0
		 *
		 * @param bool|string $matches Boolean if current UA matches $kind or not. If
		 *                             $return_matched_agent is true, should return the UA string
		 * @param string      $kind Category of mobile device being checked
		 * @param bool        $return_matched_agent Boolean indicating if the UA should be returned
		 */
		$pre = apply_filters( 'pre_jetpack_is_mobile', null, $kind, $return_matched_agent );
		if ( $pre ) {
			return $pre;
		}
	}

	$return      = false;
	$device_info = Device_Detection::get_info();

	if ( 'any' === $kind ) {
		$return = $device_info['is_phone'];
	} elseif ( 'smart' === $kind ) {
		$return = $device_info['is_smartphone'];
	} elseif ( 'dumb' === $kind ) {
		$return = $device_info['is_phone'] && ! $device_info['is_smartphone'];
	}

	if ( $return_matched_agent && true === $return ) {
		$return = $device_info['is_phone_matched_ua'];
	}

	if ( function_exists( 'apply_filters' ) ) {
		/**
		 * Filter the value of jetpack_is_mobile
		 *
		 * @since  4.2.0
		 *
		 * @param bool|string $matches Boolean if current UA matches $kind or not. If
		 *                             $return_matched_agent is true, should return the UA string
		 * @param string      $kind Category of mobile device being checked
		 * @param bool        $return_matched_agent Boolean indicating if the UA should be returned
		 */
		$return = apply_filters( 'jetpack_is_mobile', $return, $kind, $return_matched_agent );
	}

	return $return;
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
August 03 2025 17:44:22
hellrfbn / hellrfbn
0755
3rd-party
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
_inc
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
css
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
extensions
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
images
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
jetpack_vendor
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
json-endpoints
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
modules
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
sal
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
src
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
vendor
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
views
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
.htaccess
0.41 KB
July 23 2025 07:38:27
hellrfbn / hellrfbn
0644
CHANGELOG.md
624.718 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
LICENSE.txt
17.984 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
SECURITY.md
2.447 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class-jetpack-connection-status.php
0.711 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class-jetpack-gallery-settings.php
3.383 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class-jetpack-pre-connection-jitms.php
2.338 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class-jetpack-stats-dashboard-widget.php
7.773 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class-jetpack-xmlrpc-methods.php
8.331 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.frame-nonce-preview.php
3.22 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-admin.php
19.903 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-affiliate.php
0.2 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-autoupdate.php
9.744 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-bbpress-json-api.compat.php
0.215 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-cli.php
71.811 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-client-server.php
2.621 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-gutenberg.php
41.872 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-heartbeat.php
4.555 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-modules-list-table.php
14.795 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-network-sites-list-table.php
5.982 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-network.php
21.05 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-plan.php
4.094 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-post-images.php
33.724 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-twitter-cards.php
12.92 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack-user-agent.php
25.304 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.jetpack.php
212.146 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.json-api-endpoints.php
82.843 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.json-api.php
34.473 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
class.photon.php
1.736 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
composer.json
3.918 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
enhanced-open-graph.php
4.35 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
functions.compat.php
4.275 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
functions.cookies.php
2.038 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
functions.global.php
14.961 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
functions.is-mobile.php
2.47 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
functions.opengraph.php
17.719 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
functions.photon.php
3.037 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
global.d.ts
0.023 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
jetpack.php
8.585 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
json-api-config.php
0.33 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
json-endpoints.php
6.925 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
load-jetpack.php
3.102 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
locales.php
0.316 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
readme.txt
31.23 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
uninstall.php
1.599 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
wpml-config.xml
1.259 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF