GRAYBYTE WORDPRESS FILE MANAGER9186

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/usersreviewguide.com/wp-includes/blocks/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/usersreviewguide.com/wp-includes/blocks//categories.php
<?php
/**
 * Server-side rendering of the `core/categories` block.
 *
 * @package WordPress
 */

/**
 * Renders the `core/categories` block on server.
 *
 * @since 5.0.0
 *
 * @param array $attributes The block attributes.
 *
 * @return string Returns the categories list/dropdown markup.
 */
function render_block_core_categories( $attributes ) {
	static $block_id = 0;
	++$block_id;

	$args = array(
		'echo'         => false,
		'hierarchical' => ! empty( $attributes['showHierarchy'] ),
		'orderby'      => 'name',
		'show_count'   => ! empty( $attributes['showPostCounts'] ),
		'title_li'     => '',
		'hide_empty'   => empty( $attributes['showEmpty'] ),
	);
	if ( ! empty( $attributes['showOnlyTopLevel'] ) && $attributes['showOnlyTopLevel'] ) {
		$args['parent'] = 0;
	}

	if ( ! empty( $attributes['displayAsDropdown'] ) ) {
		$id                       = 'wp-block-categories-' . $block_id;
		$args['id']               = $id;
		$args['show_option_none'] = __( 'Select Category' );
		$wrapper_markup           = '<div %1$s><label class="screen-reader-text" for="' . esc_attr( $id ) . '">' . __( 'Categories' ) . '</label>%2$s</div>';
		$items_markup             = wp_dropdown_categories( $args );
		$type                     = 'dropdown';

		if ( ! is_admin() ) {
			// Inject the dropdown script immediately after the select dropdown.
			$items_markup = preg_replace(
				'#(?<=</select>)#',
				build_dropdown_script_block_core_categories( $id ),
				$items_markup,
				1
			);
		}
	} else {
		$wrapper_markup = '<ul %1$s>%2$s</ul>';
		$items_markup   = wp_list_categories( $args );
		$type           = 'list';
	}

	$wrapper_attributes = get_block_wrapper_attributes( array( 'class' => "wp-block-categories-{$type}" ) );

	return sprintf(
		$wrapper_markup,
		$wrapper_attributes,
		$items_markup
	);
}

/**
 * Generates the inline script for a categories dropdown field.
 *
 * @since 5.0.0
 *
 * @param string $dropdown_id ID of the dropdown field.
 *
 * @return string Returns the dropdown onChange redirection script.
 */
function build_dropdown_script_block_core_categories( $dropdown_id ) {
	ob_start();
	?>
	<script>
	( function() {
		var dropdown = document.getElementById( '<?php echo esc_js( $dropdown_id ); ?>' );
		function onCatChange() {
			if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {
				location.href = "<?php echo esc_url( home_url() ); ?>/?cat=" + dropdown.options[ dropdown.selectedIndex ].value;
			}
		}
		dropdown.onchange = onCatChange;
	})();
	</script>
	<?php
	return wp_get_inline_script_tag( str_replace( array( '<script>', '</script>' ), '', ob_get_clean() ) );
}

/**
 * Registers the `core/categories` block on server.
 *
 * @since 5.0.0
 */
function register_block_core_categories() {
	register_block_type_from_metadata(
		__DIR__ . '/categories',
		array(
			'render_callback' => 'render_block_core_categories',
		)
	);
}
add_action( 'init', 'register_block_core_categories' );

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 13 2025 02:00:07
inteuuod / inteuuod
0755
archives
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
audio
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
avatar
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
block
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
button
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
buttons
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
calendar
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
categories
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
code
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
column
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
columns
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comment-author-name
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comment-content
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comment-date
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comment-edit-link
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comment-reply-link
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comment-template
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comments
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comments-pagination
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comments-pagination-next
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comments-pagination-numbers
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comments-pagination-previous
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
comments-title
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
cover
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
details
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
embed
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
file
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
footnotes
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
freeform
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
gallery
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
group
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
heading
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
home-link
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
html
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
image
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
latest-comments
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
latest-posts
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
legacy-widget
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
list
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
list-item
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
loginout
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
media-text
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
missing
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
more
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
navigation
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
navigation-link
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
navigation-submenu
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
nextpage
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
page-list
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
page-list-item
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
paragraph
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
pattern
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-author
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-author-biography
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-author-name
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-comments-form
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-content
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-date
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-excerpt
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-featured-image
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-navigation-link
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-template
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-terms
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
post-title
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
preformatted
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
pullquote
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query-no-results
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query-pagination
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query-pagination-next
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query-pagination-numbers
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query-pagination-previous
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
query-title
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
quote
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
read-more
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
rss
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
search
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
separator
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
shortcode
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
site-logo
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
site-tagline
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
site-title
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
social-link
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
social-links
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
spacer
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
table
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
tag-cloud
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
template-part
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
term-description
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
text-columns
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
verse
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
video
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
widget-group
--
October 01 2024 15:46:38
inteuuod / inteuuod
0755
archives.php
2.924 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
avatar.php
5.746 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
block.php
3.127 KB
June 01 2024 04:29:00
inteuuod / inteuuod
0644
blocks-json.php
168.644 KB
July 03 2024 00:46:44
inteuuod / inteuuod
0644
button.php
1.763 KB
June 11 2024 19:37:32
inteuuod / inteuuod
0644
calendar.php
5.933 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
categories.php
2.866 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comment-author-name.php
2.083 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comment-content.php
2.401 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comment-date.php
1.596 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comment-edit-link.php
1.673 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comment-reply-link.php
2.026 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comment-template.php
4.389 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comments-pagination-next.php
1.848 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comments-pagination-numbers.php
1.594 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comments-pagination-previous.php
1.645 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comments-pagination.php
1.171 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comments-title.php
2.707 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
comments.php
6.608 KB
June 01 2024 04:29:00
inteuuod / inteuuod
0644
cover.php
2.489 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
file.php
2.194 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
footnotes.php
3.683 KB
February 28 2024 01:18:24
inteuuod / inteuuod
0644
gallery.php
6.287 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
heading.php
1.271 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
home-link.php
5.599 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
image.php
11.856 KB
July 10 2024 00:12:26
inteuuod / inteuuod
0644
index.php
4.478 KB
October 30 2023 22:24:22
inteuuod / inteuuod
0644
latest-comments.php
4.922 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
latest-posts.php
8.35 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
legacy-widget.php
3.903 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
list.php
1.243 KB
May 24 2024 05:26:08
inteuuod / inteuuod
0644
loginout.php
1.385 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
media-text.php
4.159 KB
June 25 2024 23:24:14
inteuuod / inteuuod
0644
navigation-link.php
13.208 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
navigation-submenu.php
9.087 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
navigation.php
59.263 KB
June 25 2024 23:19:28
inteuuod / inteuuod
0644
page-list-item.php
0.353 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
page-list.php
13.248 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
pattern.php
2.137 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-author-biography.php
1.488 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-author-name.php
1.779 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-author.php
2.544 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-comments-form.php
2.739 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-content.php
2.105 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-date.php
2.326 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-excerpt.php
3.366 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-featured-image.php
9.144 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-navigation-link.php
4.724 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-template.php
5.614 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-terms.php
3.604 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
post-title.php
2.088 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
query-no-results.php
1.804 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
query-pagination-next.php
3.698 KB
June 11 2024 19:37:32
inteuuod / inteuuod
0644
query-pagination-numbers.php
4.658 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
query-pagination-previous.php
3.099 KB
June 11 2024 19:37:32
inteuuod / inteuuod
0644
query-pagination.php
1.148 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
query-title.php
2.049 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
query.php
6.164 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
read-more.php
1.787 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
require-dynamic-blocks.php
4.009 KB
June 11 2024 19:37:32
inteuuod / inteuuod
0644
require-static-blocks.php
0.489 KB
June 11 2024 19:37:32
inteuuod / inteuuod
0644
rss.php
3.871 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
search.php
22.969 KB
June 11 2024 19:37:32
inteuuod / inteuuod
0644
shortcode.php
0.718 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
site-logo.php
6.048 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
site-tagline.php
1.175 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
site-title.php
1.767 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
social-link.php
62.667 KB
June 01 2024 04:29:00
inteuuod / inteuuod
0644
tag-cloud.php
1.407 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
template-part.php
9.863 KB
June 25 2024 04:08:18
inteuuod / inteuuod
0644
term-description.php
1.305 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644
widget-group.php
2.381 KB
May 24 2024 05:09:28
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF