GRAYBYTE WORDPRESS FILE MANAGER2543

Server IP : 162.213.255.40 / Your IP : 216.73.216.114
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/modules/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/hellrfbn/public_html/wp-content/updraft/plugins-old/jetpack/modules//geo-location.php
<?php
/**
 * Module: geo-location
 *
 * @package automattic/jetpack
 */

/**
 * Adds support for geo-location features.
 */

require_once __DIR__ . '/geo-location/class.jetpack-geo-location.php';

/**
 * Geo-location shortcode callback for display of location data associated with a post.
 *
 * Usage with current global $post:
 * [geo-location]
 *
 * Usage with specific post ID:
 * [geo-location post=5]
 *
 * @param array $attributes Shortcode attributes.
 */
function jetpack_geo_shortcode( $attributes ) {
	$attributes = shortcode_atts(
		array(
			'post' => null,
			'id'   => null,
		),
		$attributes
	);
	return jetpack_geo_get_location( $attributes['post'] ? $attributes['post'] : $attributes['id'] );
}
add_shortcode( 'geo-location', 'jetpack_geo_shortcode' );

/**
 * Get the geo-location data associated with the supplied post ID, if it's available
 * and marked as being available for public display.  The returned array will contain
 * "latitude", "longitude" and "label" keys.
 *
 * If you do not supply a value for $post_id, the global $post will be used, if
 * available.
 *
 * @param integer|null $post_id Post ID.
 *
 * @return array|null
 */
function jetpack_geo_get_data( $post_id = null ) {
	$geo = Jetpack_Geo_Location::init();

	if ( ! $post_id ) {
		$post_id = $geo->get_post_id();
	}

	$meta_values = $geo->get_meta_values( $post_id );

	if ( ! $meta_values['is_public'] || ! $meta_values['is_populated'] ) {
		return null;
	}

	return array(
		'latitude'  => $meta_values['latitude'],
		'longitude' => $meta_values['longitude'],
		'label'     => $meta_values['label'],
	);
}

/**
 * Display the label HTML for the geo-location information associated with the supplied
 * post ID.
 *
 * If you do not supply a value for $post_id, the global $post will be used, if
 * available.
 *
 * @param integer|null $post_id Post ID.
 *
 * @return void
 */
function jetpack_geo_display_location( $post_id = null ) {
	echo jetpack_geo_get_location( $post_id ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaped in `Jetpack_Geo_Location::get_location_label`.
}

/**
 * Return the label HTML for the geo-location information associated with the supplied
 * post ID.
 *
 * If you do not supply a value for $post_id, the global $post will be used, if
 * available.
 *
 * @param integer|null $post_id Post ID.
 *
 * @return string
 */
function jetpack_geo_get_location( $post_id = null ) {
	return Jetpack_Geo_Location::init()->get_location_label( $post_id );
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
calypsoify
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
carousel
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
cloudflare-analytics
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
comment-likes
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
comments
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
custom-css
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
custom-post-types
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
geo-location
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
google-analytics
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
google-fonts
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
gravatar
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
infinite-scroll
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
likes
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
markdown
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
masterbar
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
memberships
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
photon-cdn
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
plugin-search
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
post-by-email
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
related-posts
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
scan
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
seo-tools
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
sharedaddy
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
shortcodes
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
simple-payments
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
site-icon
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
sitemaps
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
sso
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
stats
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
subscriptions
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
theme-tools
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
tiled-gallery
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
verification-tools
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
videopress
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
widget-visibility
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
widgets
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
woocommerce-analytics
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
wordads
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
wpcom-block-editor
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
wpcom-tos
--
July 23 2025 07:38:27
hellrfbn / hellrfbn
0755
.htaccess
0.41 KB
July 23 2025 07:38:27
hellrfbn / hellrfbn
0644
blaze.php
0.963 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
carousel.php
0.56 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
comment-likes.php
7.815 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
comments.php
1.058 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
contact-form.php
6.656 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
copy-post.php
12.801 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
custom-content-types.php
1.533 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
custom-css.php
1.793 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
geo-location.php
2.438 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
google-analytics.php
0.637 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
google-fonts.php
0.521 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
gravatar-hovercards.php
11.836 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
infinite-scroll.php
8.189 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
json-api.php
0.473 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
latex.php
4.609 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
likes.php
19.646 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
markdown.php
0.983 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
masterbar.php
1.744 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
module-extras.php
2.855 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
module-headings.php
44.438 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
module-info.php
27.25 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
monitor.php
3.506 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
notes.php
7.925 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
photon-cdn.php
12.174 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
photon.php
0.694 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
plugin-search.php
21.577 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
post-by-email.php
0.582 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
post-list.php
0.521 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
protect.php
0.678 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
publicize.php
4.048 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
related-posts.php
2.142 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
search.php
1.174 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
seo-tools.php
1.521 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
sharedaddy.php
1.597 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
shortcodes.php
6.063 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
shortlinks.php
4.399 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
sitemaps.php
1.278 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
sso.php
0.76 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
stats.php
54.622 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
subscriptions.php
32.574 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
theme-tools.php
2.518 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
tiled-gallery.php
1.055 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
vaultpress.php
1.769 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
verification-tools.php
0.811 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
videopress.php
0.983 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
waf.php
0.29 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
widget-visibility.php
0.464 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
widgets.php
2.86 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
woocommerce-analytics.php
0.527 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
wordads.php
0.572 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644
wpgroho.js
1.907 KB
June 11 2024 05:16:28
hellrfbn / hellrfbn
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF