GRAYBYTE WORDPRESS FILE MANAGER3749

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//cover.php
<?php
/**
 * Server-side rendering of the `core/cover` block.
 *
 * @package WordPress
 */

/**
 * Renders the `core/cover` block on server.
 *
 * @since 6.0.0
 *
 * @param array  $attributes The block attributes.
 * @param string $content    The block rendered content.
 *
 * @return string Returns the cover block markup, if useFeaturedImage is true.
 */
function render_block_core_cover( $attributes, $content ) {
	if ( 'image' !== $attributes['backgroundType'] || false === $attributes['useFeaturedImage'] ) {
		return $content;
	}

	if ( ! ( $attributes['hasParallax'] || $attributes['isRepeated'] ) ) {
		$attr = array(
			'class'           => 'wp-block-cover__image-background',
			'data-object-fit' => 'cover',
		);

		if ( isset( $attributes['focalPoint'] ) ) {
			$object_position              = round( $attributes['focalPoint']['x'] * 100 ) . '% ' . round( $attributes['focalPoint']['y'] * 100 ) . '%';
			$attr['data-object-position'] = $object_position;
			$attr['style']                = 'object-position: ' . $object_position;
		}

		$image = get_the_post_thumbnail( null, 'post-thumbnail', $attr );

		/*
		 * Inserts the featured image between the (1st) cover 'background' `span` and 'inner_container' `div`,
		 * and removes eventual whitespace characters between the two (typically introduced at template level)
		 */
		$inner_container_start = '/<div\b[^>]+wp-block-cover__inner-container[\s|"][^>]*>/U';
		if ( 1 === preg_match( $inner_container_start, $content, $matches, PREG_OFFSET_CAPTURE ) ) {
			$offset  = $matches[0][1];
			$content = substr( $content, 0, $offset ) . $image . substr( $content, $offset );
		}
	} else {
		if ( in_the_loop() ) {
			update_post_thumbnail_cache();
		}
		$current_featured_image = get_the_post_thumbnail_url();
		if ( ! $current_featured_image ) {
			return $content;
		}

		$processor = new WP_HTML_Tag_Processor( $content );
		$processor->next_tag();

		$styles         = $processor->get_attribute( 'style' );
		$merged_styles  = ! empty( $styles ) ? $styles . ';' : '';
		$merged_styles .= 'background-image:url(' . esc_url( $current_featured_image ) . ');';

		$processor->set_attribute( 'style', $merged_styles );
		$content = $processor->get_updated_html();
	}

	return $content;
}

/**
 * Registers the `core/cover` block renderer on server.
 *
 * @since 6.0.0
 */
function register_block_core_cover() {
	register_block_type_from_metadata(
		__DIR__ . '/cover',
		array(
			'render_callback' => 'render_block_core_cover',
		)
	);
}
add_action( 'init', 'register_block_core_cover' );

[ 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