GRAYBYTE WORDPRESS FILE MANAGER3779

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

Command :


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

/**
 * Renders the `core/archives` block on server.
 *
 * @since 5.0.0
 *
 * @see WP_Widget_Archives
 *
 * @param array $attributes The block attributes.
 *
 * @return string Returns the post content with archives added.
 */
function render_block_core_archives( $attributes ) {
	$show_post_count = ! empty( $attributes['showPostCounts'] );
	$type            = isset( $attributes['type'] ) ? $attributes['type'] : 'monthly';

	$class = 'wp-block-archives-list';

	if ( ! empty( $attributes['displayAsDropdown'] ) ) {

		$class = 'wp-block-archives-dropdown';

		$dropdown_id = wp_unique_id( 'wp-block-archives-' );
		$title       = __( 'Archives' );

		/** This filter is documented in wp-includes/widgets/class-wp-widget-archives.php */
		$dropdown_args = apply_filters(
			'widget_archives_dropdown_args',
			array(
				'type'            => $type,
				'format'          => 'option',
				'show_post_count' => $show_post_count,
			)
		);

		$dropdown_args['echo'] = 0;

		$archives = wp_get_archives( $dropdown_args );

		$wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $class ) );

		switch ( $dropdown_args['type'] ) {
			case 'yearly':
				$label = __( 'Select Year' );
				break;
			case 'monthly':
				$label = __( 'Select Month' );
				break;
			case 'daily':
				$label = __( 'Select Day' );
				break;
			case 'weekly':
				$label = __( 'Select Week' );
				break;
			default:
				$label = __( 'Select Post' );
				break;
		}

		$show_label = empty( $attributes['showLabel'] ) ? ' screen-reader-text' : '';

		$block_content = '<label for="' . $dropdown_id . '" class="wp-block-archives__label' . $show_label . '">' . esc_html( $title ) . '</label>
		<select id="' . $dropdown_id . '" name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;">
		<option value="">' . esc_html( $label ) . '</option>' . $archives . '</select>';

		return sprintf(
			'<div %1$s>%2$s</div>',
			$wrapper_attributes,
			$block_content
		);
	}

	/** This filter is documented in wp-includes/widgets/class-wp-widget-archives.php */
	$archives_args = apply_filters(
		'widget_archives_args',
		array(
			'type'            => $type,
			'show_post_count' => $show_post_count,
		)
	);

	$archives_args['echo'] = 0;

	$archives = wp_get_archives( $archives_args );

	$wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $class ) );

	if ( empty( $archives ) ) {
		return sprintf(
			'<div %1$s>%2$s</div>',
			$wrapper_attributes,
			__( 'No archives to show.' )
		);
	}

	return sprintf(
		'<ul %1$s>%2$s</ul>',
		$wrapper_attributes,
		$archives
	);
}

/**
 * Register archives block.
 *
 * @since 5.0.0
 */
function register_block_core_archives() {
	register_block_type_from_metadata(
		__DIR__ . '/archives',
		array(
			'render_callback' => 'render_block_core_archives',
		)
	);
}
add_action( 'init', 'register_block_core_archives' );

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 13 2025 02:17:03
inteuuod / inteuuod
0755
archives
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
audio
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
avatar
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
block
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
button
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
buttons
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
calendar
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
categories
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
code
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
column
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
columns
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comment-author-name
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comment-content
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comment-date
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comment-edit-link
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comment-reply-link
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comment-template
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comments
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comments-pagination
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comments-pagination-next
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comments-pagination-numbers
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comments-pagination-previous
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
comments-title
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
cover
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
details
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
embed
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
file
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
footnotes
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
freeform
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
gallery
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
group
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
heading
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
home-link
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
html
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
image
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
latest-comments
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
latest-posts
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
legacy-widget
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
list
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
list-item
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
loginout
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
media-text
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
missing
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
more
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
navigation
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
navigation-link
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
navigation-submenu
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
nextpage
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
page-list
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
page-list-item
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
paragraph
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
pattern
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-author
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-author-biography
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-author-name
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-comments-form
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-content
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-date
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-excerpt
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-featured-image
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-navigation-link
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-template
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-terms
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
post-title
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
preformatted
--
July 12 2025 02:15:43
inteuuod / inteuuod
0755
pullquote
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query-no-results
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query-pagination
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query-pagination-next
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query-pagination-numbers
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query-pagination-previous
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
query-title
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
quote
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
read-more
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
rss
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
search
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
separator
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
shortcode
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
site-logo
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
site-tagline
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
site-title
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
social-link
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
social-links
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
spacer
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
table
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
tag-cloud
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
template-part
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
term-description
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
text-columns
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
verse
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
video
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
widget-group
--
July 10 2025 03:09:18
inteuuod / inteuuod
0755
.htaccess
0.124 KB
July 10 2025 03:09:18
inteuuod / inteuuod
0444
archives.php
2.924 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
avatar.php
5.61 KB
October 31 2024 23:15:30
inteuuod / inteuuod
0644
block.php
3.127 KB
May 31 2024 19:59:00
inteuuod / inteuuod
0644
blocks-json.php
182.838 KB
September 30 2024 06:11:30
inteuuod / inteuuod
0644
button.php
1.763 KB
June 11 2024 11:07:32
inteuuod / inteuuod
0644
calendar.php
5.933 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
categories.php
3.916 KB
October 01 2024 02:18:28
inteuuod / inteuuod
0644
comment-author-name.php
2.083 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comment-content.php
2.401 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comment-date.php
1.819 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
comment-edit-link.php
1.673 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comment-reply-link.php
2.026 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comment-template.php
4.389 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comments-pagination-next.php
1.879 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
comments-pagination-numbers.php
1.594 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comments-pagination-previous.php
1.748 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
comments-pagination.php
1.171 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comments-title.php
2.707 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
comments.php
6.608 KB
May 31 2024 19:59:00
inteuuod / inteuuod
0644
cover.php
3.036 KB
October 21 2024 12:23:28
inteuuod / inteuuod
0644
file.php
1.751 KB
September 23 2024 07:52:26
inteuuod / inteuuod
0644
footnotes.php
3.683 KB
February 27 2024 15:48:22
inteuuod / inteuuod
0644
gallery.php
6.287 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
heading.php
1.271 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
home-link.php
5.599 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
image.php
11.815 KB
October 14 2024 12:47:24
inteuuod / inteuuod
0644
index.php
4.991 KB
October 03 2024 01:25:14
inteuuod / inteuuod
0644
latest-comments.php
4.922 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
latest-posts.php
8.342 KB
October 31 2024 23:15:30
inteuuod / inteuuod
0644
legacy-widget.php
3.903 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
list.php
1.243 KB
May 23 2024 20:56:08
inteuuod / inteuuod
0644
loginout.php
1.385 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
media-text.php
4.28 KB
September 20 2024 03:07:12
inteuuod / inteuuod
0644
navigation-link.php
13.208 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
navigation-submenu.php
9.087 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
navigation.php
57.918 KB
February 12 2025 05:11:46
inteuuod / inteuuod
0644
page-list-item.php
0.353 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
page-list.php
13.292 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
pattern.php
2.137 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-author-biography.php
1.488 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-author-name.php
1.779 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-author.php
2.544 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-comments-form.php
2.739 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-content.php
2.105 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-date.php
3.051 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
post-excerpt.php
3.366 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-featured-image.php
9.144 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-navigation-link.php
4.724 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-template.php
5.614 KB
September 23 2024 07:52:26
inteuuod / inteuuod
0644
post-terms.php
3.604 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
post-title.php
2.088 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
query-no-results.php
1.804 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
query-pagination-next.php
3.698 KB
June 11 2024 11:07:32
inteuuod / inteuuod
0644
query-pagination-numbers.php
4.658 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
query-pagination-previous.php
3.099 KB
June 11 2024 11:07:32
inteuuod / inteuuod
0644
query-pagination.php
1.148 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
query-title.php
2.049 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
query.php
5.558 KB
September 23 2024 07:52:26
inteuuod / inteuuod
0644
read-more.php
1.787 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
require-dynamic-blocks.php
4.009 KB
June 11 2024 11:07:32
inteuuod / inteuuod
0644
require-static-blocks.php
0.489 KB
June 11 2024 11:07:32
inteuuod / inteuuod
0644
rss.php
3.875 KB
October 31 2024 23:15:30
inteuuod / inteuuod
0644
search.php
22.51 KB
September 23 2024 07:52:26
inteuuod / inteuuod
0644
shortcode.php
0.718 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
site-logo.php
6.186 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
site-tagline.php
1.175 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
site-title.php
1.767 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
social-link.php
62.667 KB
May 31 2024 19:59:00
inteuuod / inteuuod
0644
tag-cloud.php
1.553 KB
September 20 2024 02:55:34
inteuuod / inteuuod
0644
template-part.php
9.863 KB
June 24 2024 19:38:18
inteuuod / inteuuod
0644
term-description.php
1.305 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644
widget-group.php
2.381 KB
May 23 2024 20:39:28
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF