GRAYBYTE WORDPRESS FILE MANAGER5107

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.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
Directory : /home/inteuuod/public_html/1663847279691/wp-admin/includes/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/public_html/1663847279691/wp-admin/includes//options.php
<?php
/**
 * WordPress Options Administration API.
 *
 * @package WordPress
 * @subpackage Administration
 * @since 4.4.0
 */

/**
 * Output JavaScript to toggle display of additional settings if avatars are disabled.
 *
 * @since 4.2.0
 */
function options_discussion_add_js() {
	?>
	<script>
	(function($){
		var parent = $( '#show_avatars' ),
			children = $( '.avatar-settings' );
		parent.on( 'change', function(){
			children.toggleClass( 'hide-if-js', ! this.checked );
		});
	})(jQuery);
	</script>
	<?php
}

/**
 * Display JavaScript on the page.
 *
 * @since 3.5.0
 */
function options_general_add_js() {
	?>
<script type="text/javascript">
	jQuery( function($) {
		var $siteName = $( '#wp-admin-bar-site-name' ).children( 'a' ).first(),
			$siteIconPreview = $('#site-icon-preview-site-title'),
			homeURL = ( <?php echo wp_json_encode( get_home_url() ); ?> || '' ).replace( /^(https?:\/\/)?(www\.)?/, '' );

		$( '#blogname' ).on( 'input', function() {
			var title = $.trim( $( this ).val() ) || homeURL;

			// Truncate to 40 characters.
			if ( 40 < title.length ) {
				title = title.substring( 0, 40 ) + '\u2026';
			}

			$siteName.text( title );
			$siteIconPreview.text( title );
		});

		$( 'input[name="date_format"]' ).on( 'click', function() {
			if ( 'date_format_custom_radio' !== $(this).attr( 'id' ) )
				$( 'input[name="date_format_custom"]' ).val( $( this ).val() ).closest( 'fieldset' ).find( '.example' ).text( $( this ).parent( 'label' ).children( '.format-i18n' ).text() );
		});

		$( 'input[name="date_format_custom"]' ).on( 'click input', function() {
			$( '#date_format_custom_radio' ).prop( 'checked', true );
		});

		$( 'input[name="time_format"]' ).on( 'click', function() {
			if ( 'time_format_custom_radio' !== $(this).attr( 'id' ) )
				$( 'input[name="time_format_custom"]' ).val( $( this ).val() ).closest( 'fieldset' ).find( '.example' ).text( $( this ).parent( 'label' ).children( '.format-i18n' ).text() );
		});

		$( 'input[name="time_format_custom"]' ).on( 'click input', function() {
			$( '#time_format_custom_radio' ).prop( 'checked', true );
		});

		$( 'input[name="date_format_custom"], input[name="time_format_custom"]' ).on( 'input', function() {
			var format = $( this ),
				fieldset = format.closest( 'fieldset' ),
				example = fieldset.find( '.example' ),
				spinner = fieldset.find( '.spinner' );

			// Debounce the event callback while users are typing.
			clearTimeout( $.data( this, 'timer' ) );
			$( this ).data( 'timer', setTimeout( function() {
				// If custom date is not empty.
				if ( format.val() ) {
					spinner.addClass( 'is-active' );

					$.post( ajaxurl, {
						action: 'date_format_custom' === format.attr( 'name' ) ? 'date_format' : 'time_format',
						date 	: format.val()
					}, function( d ) { spinner.removeClass( 'is-active' ); example.text( d ); } );
				}
			}, 500 ) );
		} );

		var languageSelect = $( '#WPLANG' );
		$( 'form' ).on( 'submit', function() {
			/*
			 * Don't show a spinner for English and installed languages,
			 * as there is nothing to download.
			 */
			if ( ! languageSelect.find( 'option:selected' ).data( 'installed' ) ) {
				$( '#submit', this ).after( '<span class="spinner language-install-spinner is-active" />' );
			}
		});
	} );
</script>
	<?php
}

/**
 * Display JavaScript on the page.
 *
 * @since 3.5.0
 */
function options_reading_add_js() {
	?>
<script type="text/javascript">
	jQuery( function($) {
		var section = $('#front-static-pages'),
			staticPage = section.find('input:radio[value="page"]'),
			selects = section.find('select'),
			check_disabled = function(){
				selects.prop( 'disabled', ! staticPage.prop('checked') );
			};
		check_disabled();
		section.find( 'input:radio' ).on( 'change', check_disabled );
	} );
</script>
	<?php
}

/**
 * Render the site charset setting.
 *
 * @since 3.5.0
 */
function options_reading_blog_charset() {
	echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />';
	echo '<p class="description">' . __( 'The <a href="https://wordpress.org/documentation/article/wordpress-glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:21
inteuuod / inteuuod
0755
.htaccess
0.41 KB
July 10 2025 04:32:21
inteuuod / inteuuod
0644
admin-filters.php
7.893 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
admin.php
3.543 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
ajax-actions.php
148.073 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
bookmark.php
11.343 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-automatic-upgrader-skin.php
3.577 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-bulk-plugin-upgrader-skin.php
2.529 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-bulk-theme-upgrader-skin.php
2.598 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-bulk-upgrader-skin.php
6.595 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-core-upgrader.php
14.835 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-custom-background.php
21.112 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-custom-image-header.php
47.914 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-file-upload-upgrader.php
4.065 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-ftp-pure.php
5.299 KB
September 22 2022 12:02:16
inteuuod / inteuuod
0644
class-ftp-sockets.php
8.28 KB
September 22 2022 12:02:16
inteuuod / inteuuod
0644
class-ftp.php
26.664 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-language-pack-upgrader-skin.php
2.803 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-language-pack-upgrader.php
15.196 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-pclzip.php
192.09 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-plugin-installer-skin.php
11.771 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-plugin-upgrader-skin.php
3.201 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-plugin-upgrader.php
22.698 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-theme-installer-skin.php
12.436 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-theme-upgrader-skin.php
4.078 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-theme-upgrader.php
26.076 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-walker-category-checklist.php
4.972 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-walker-nav-menu-checklist.php
5.496 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-walker-nav-menu-edit.php
13.848 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-wp-ajax-upgrader-skin.php
4.095 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-application-passwords-list-table.php
6.786 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-automatic-updater.php
59.703 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-comments-list-table.php
32.146 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-wp-community-events.php
18.329 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-debug-data.php
63.758 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-filesystem-base.php
23.838 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-filesystem-direct.php
17.718 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-filesystem-ftpext.php
22.56 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-wp-filesystem-ftpsockets.php
18.046 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-filesystem-ssh2.php
22.764 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-importer.php
7.29 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-internal-pointers.php
4.47 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-links-list-table.php
9.024 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-list-table-compat.php
1.462 KB
September 22 2022 12:02:17
inteuuod / inteuuod
0644
class-wp-list-table.php
51.625 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-media-list-table.php
25.028 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-ms-sites-list-table.php
21.51 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-ms-themes-list-table.php
27.67 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-ms-users-list-table.php
14.929 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-plugin-install-list-table.php
24.205 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-plugins-list-table.php
56.432 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-wp-post-comments-list-table.php
1.419 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-posts-list-table.php
62.447 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-privacy-data-export-requests-list-table.php
5.433 KB
September 22 2022 12:02:16
inteuuod / inteuuod
0644
class-wp-privacy-data-removal-requests-list-table.php
5.581 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-privacy-policy-content.php
32.009 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-privacy-requests-table.php
13.646 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-screen.php
36.452 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-site-health-auto-updates.php
13.243 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-site-health.php
119.496 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-wp-site-icon.php
6.264 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-terms-list-table.php
20.686 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-theme-install-list-table.php
15.422 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-themes-list-table.php
10.102 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-upgrader-skin.php
6.943 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
class-wp-upgrader-skins.php
1.442 KB
September 22 2022 12:02:16
inteuuod / inteuuod
0644
class-wp-upgrader.php
46.577 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
class-wp-users-list-table.php
18.611 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
comment.php
5.978 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
continents-cities.php
20.059 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
credits.php
5.727 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
dashboard.php
68.076 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
deprecated.php
40.797 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
edit-tag-messages.php
1.443 KB
September 22 2022 12:02:16
inteuuod / inteuuod
0644
export.php
24.966 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
file.php
95.187 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
image-edit.php
42.822 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
image.php
42.404 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
import.php
6.462 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
list-table.php
3.713 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
media.php
116.084 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
menu.php
9.393 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
meta-boxes.php
64.535 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
misc.php
45.376 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
ms-admin-filters.php
1.266 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
ms-deprecated.php
3.682 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
ms.php
33.162 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
nav-menu.php
47.759 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
network.php
26.348 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
noop.php
1.121 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
options.php
4.151 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
plugin-install.php
38.549 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
plugin.php
90.747 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
post.php
79.769 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
privacy-tools.php
32.678 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
revision.php
16.109 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
schema.php
41.659 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
screen.php
6.229 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
taxonomy.php
8.227 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
template.php
96.314 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
theme-install.php
6.826 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
theme.php
46.623 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
translation-install.php
10.815 KB
December 27 2024 01:30:02
inteuuod / inteuuod
0644
update-core.php
67.706 KB
December 27 2024 01:29:54
inteuuod / inteuuod
0644
update.php
33.622 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
upgrade.php
111.223 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
user.php
22.963 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644
widgets.php
10.656 KB
December 27 2024 01:30:01
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF