$10 GRAYBYTE WORDPRESS FILE MANAGER $24

SERVER : webd004.cluster105.gra.hosting.ovh.net #1 SMP Fri May 15 02:41:25 UTC 2026
SERVER IP : 213.186.33.16 | ADMIN IP 216.73.217.13
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : _dyuweyrj4,_dyuweyrj4r,dl

/home/agencefrei/www/wp-includes-20260528163722/blocks/

HOME
Current File : /home/agencefrei/www/wp-includes-20260528163722/blocks//media-text.php
<?php
/**
 * Server-side rendering of the `core/media-text` block.
 *
 * @package WordPress
 */

/**
 * Renders the `core/media-text` block on server.
 *
 * @since 6.6.0
 *
 * @param array  $attributes The block attributes.
 * @param string $content    The block rendered content.
 *
 * @return string Returns the Media & Text block markup, if useFeaturedImage is true.
 */
function render_block_core_media_text( $attributes, $content ) {
	if ( false === $attributes['useFeaturedImage'] ) {
		return $content;
	}

	if ( in_the_loop() ) {
		update_post_thumbnail_cache();
	}

	$current_featured_image = get_the_post_thumbnail_url();
	if ( ! $current_featured_image ) {
		return $content;
	}

	$has_media_on_right = 'right' === ( $attributes['mediaPosition'] ?? null );
	$image_fill         = (bool) ( $attributes['imageFill'] ?? false );
	$focal_point        = isset( $attributes['focalPoint'] ) ? round( $attributes['focalPoint']['x'] * 100 ) . '% ' . round( $attributes['focalPoint']['y'] * 100 ) . '%' : '50% 50%';
	$unique_id          = 'wp-block-media-text__media-' . wp_unique_id();

	$block_tag_processor = new WP_HTML_Tag_Processor( $content );
	$block_query         = array(
		'tag_name'   => 'div',
		'class_name' => 'wp-block-media-text',
	);

	while ( $block_tag_processor->next_tag( $block_query ) ) {
		if ( $image_fill ) {
			// The markup below does not work with the deprecated `is-image-fill` class.
			$block_tag_processor->remove_class( 'is-image-fill' );
			$block_tag_processor->add_class( 'is-image-fill-element' );
		}
	}

	$content = $block_tag_processor->get_updated_html();

	$media_tag_processor   = new WP_HTML_Tag_Processor( $content );
	$wrapping_figure_query = array(
		'tag_name'   => 'figure',
		'class_name' => 'wp-block-media-text__media',
	);

	if ( $has_media_on_right ) {
		// Loop through all the figure tags and set a bookmark on the last figure tag.
		while ( $media_tag_processor->next_tag( $wrapping_figure_query ) ) {
			$media_tag_processor->set_bookmark( 'last_figure' );
		}
		if ( $media_tag_processor->has_bookmark( 'last_figure' ) ) {
			$media_tag_processor->seek( 'last_figure' );
			// Insert a unique ID to identify the figure tag.
			$media_tag_processor->set_attribute( 'id', $unique_id );
		}
	} else {
		if ( $media_tag_processor->next_tag( $wrapping_figure_query ) ) {
			// Insert a unique ID to identify the figure tag.
			$media_tag_processor->set_attribute( 'id', $unique_id );
		}
	}

	$content = $media_tag_processor->get_updated_html();

	// Add the image tag inside the figure tag, and update the image attributes
	// in order to display the featured image.
	$media_size_slug = $attributes['mediaSizeSlug'] ?? 'full';
	$image_tag       = '<img class="wp-block-media-text__featured_image">';
	$content         = preg_replace(
		'/(<figure\s+id="' . preg_quote( $unique_id, '/' ) . '"\s+class="wp-block-media-text__media"\s*>)/',
		'$1' . $image_tag,
		$content
	);

	$image_tag_processor = new WP_HTML_Tag_Processor( $content );
	if ( $image_tag_processor->next_tag(
		array(
			'tag_name' => 'figure',
			'id'       => $unique_id,
		)
	) ) {
		// The ID is only used to ensure that the correct figure tag is selected,
		// and can now be removed.
		$image_tag_processor->remove_attribute( 'id' );
		if ( $image_tag_processor->next_tag(
			array(
				'tag_name'   => 'img',
				'class_name' => 'wp-block-media-text__featured_image',
			)
		) ) {
			$image_tag_processor->set_attribute( 'src', esc_url( $current_featured_image ) );
			$image_tag_processor->set_attribute( 'class', 'wp-image-' . get_post_thumbnail_id() . ' size-' . $media_size_slug );
			$image_tag_processor->set_attribute( 'alt', trim( strip_tags( get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true ) ) ) );
			if ( $image_fill ) {
				$image_tag_processor->set_attribute( 'style', 'object-position:' . $focal_point . ';' );
			}

			$content = $image_tag_processor->get_updated_html();
		}
	}

	return $content;
}

/**
 * Registers the `core/media-text` block renderer on server.
 *
 * @since 6.6.0
 */
function register_block_core_media_text() {
	register_block_type_from_metadata(
		__DIR__ . '/media-text',
		array(
			'render_callback' => 'render_block_core_media_text',
		)
	);
}
add_action( 'init', 'register_block_core_media_text' );

Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
28 May 2026 6.37 PM
agencefrei / users
0755
accordion
--
28 May 2026 6.37 PM
agencefrei / users
0755
accordion-heading
--
28 May 2026 6.37 PM
agencefrei / users
0755
accordion-item
--
28 May 2026 6.37 PM
agencefrei / users
0755
accordion-panel
--
28 May 2026 6.37 PM
agencefrei / users
0755
archives
--
28 May 2026 6.37 PM
agencefrei / users
0755
audio
--
28 May 2026 6.37 PM
agencefrei / users
0755
avatar
--
28 May 2026 6.37 PM
agencefrei / users
0755
block
--
28 May 2026 6.37 PM
agencefrei / users
0755
breadcrumbs
--
28 May 2026 6.37 PM
agencefrei / users
0755
button
--
28 May 2026 6.37 PM
agencefrei / users
0755
buttons
--
28 May 2026 6.37 PM
agencefrei / users
0755
calendar
--
28 May 2026 6.37 PM
agencefrei / users
0755
categories
--
28 May 2026 6.37 PM
agencefrei / users
0755
code
--
28 May 2026 6.37 PM
agencefrei / users
0755
column
--
28 May 2026 6.37 PM
agencefrei / users
0755
columns
--
28 May 2026 6.37 PM
agencefrei / users
0755
comment-author-name
--
28 May 2026 6.37 PM
agencefrei / users
0755
comment-content
--
28 May 2026 6.37 PM
agencefrei / users
0755
comment-date
--
28 May 2026 6.37 PM
agencefrei / users
0755
comment-edit-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
comment-reply-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
comment-template
--
28 May 2026 6.37 PM
agencefrei / users
0755
comments
--
28 May 2026 6.37 PM
agencefrei / users
0755
comments-pagination
--
28 May 2026 6.37 PM
agencefrei / users
0755
comments-pagination-next
--
28 May 2026 6.37 PM
agencefrei / users
0755
comments-pagination-numbers
--
28 May 2026 6.37 PM
agencefrei / users
0755
comments-pagination-previous
--
28 May 2026 6.37 PM
agencefrei / users
0755
comments-title
--
28 May 2026 6.37 PM
agencefrei / users
0755
cover
--
28 May 2026 6.37 PM
agencefrei / users
0755
details
--
28 May 2026 6.37 PM
agencefrei / users
0755
embed
--
28 May 2026 6.37 PM
agencefrei / users
0755
file
--
28 May 2026 6.37 PM
agencefrei / users
0755
footnotes
--
28 May 2026 6.37 PM
agencefrei / users
0755
freeform
--
28 May 2026 6.37 PM
agencefrei / users
0755
gallery
--
28 May 2026 6.37 PM
agencefrei / users
0755
group
--
28 May 2026 6.37 PM
agencefrei / users
0755
heading
--
28 May 2026 6.37 PM
agencefrei / users
0755
home-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
html
--
28 May 2026 6.37 PM
agencefrei / users
0755
icon
--
28 May 2026 6.37 PM
agencefrei / users
0755
image
--
28 May 2026 6.37 PM
agencefrei / users
0755
latest-comments
--
28 May 2026 6.37 PM
agencefrei / users
0755
latest-posts
--
28 May 2026 6.37 PM
agencefrei / users
0755
legacy-widget
--
28 May 2026 6.37 PM
agencefrei / users
0755
list
--
28 May 2026 6.37 PM
agencefrei / users
0755
list-item
--
28 May 2026 6.37 PM
agencefrei / users
0755
loginout
--
28 May 2026 6.37 PM
agencefrei / users
0755
math
--
28 May 2026 6.37 PM
agencefrei / users
0755
media-text
--
28 May 2026 6.37 PM
agencefrei / users
0755
missing
--
28 May 2026 6.37 PM
agencefrei / users
0755
more
--
28 May 2026 6.37 PM
agencefrei / users
0755
navigation
--
28 May 2026 6.37 PM
agencefrei / users
0755
navigation-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
navigation-overlay-close
--
28 May 2026 6.37 PM
agencefrei / users
0755
navigation-submenu
--
28 May 2026 6.37 PM
agencefrei / users
0755
nextpage
--
28 May 2026 6.37 PM
agencefrei / users
0755
page-list
--
28 May 2026 6.37 PM
agencefrei / users
0755
page-list-item
--
28 May 2026 6.37 PM
agencefrei / users
0755
paragraph
--
28 May 2026 6.37 PM
agencefrei / users
0755
pattern
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-author
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-author-biography
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-author-name
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-comments-count
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-comments-form
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-comments-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-content
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-date
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-excerpt
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-featured-image
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-navigation-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-template
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-terms
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-time-to-read
--
28 May 2026 6.37 PM
agencefrei / users
0755
post-title
--
28 May 2026 6.37 PM
agencefrei / users
0755
preformatted
--
28 May 2026 6.37 PM
agencefrei / users
0755
pullquote
--
28 May 2026 6.37 PM
agencefrei / users
0755
query
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-no-results
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-pagination
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-pagination-next
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-pagination-numbers
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-pagination-previous
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-title
--
28 May 2026 6.37 PM
agencefrei / users
0755
query-total
--
28 May 2026 6.37 PM
agencefrei / users
0755
quote
--
28 May 2026 6.37 PM
agencefrei / users
0755
read-more
--
28 May 2026 6.37 PM
agencefrei / users
0755
rss
--
28 May 2026 6.37 PM
agencefrei / users
0755
search
--
28 May 2026 6.37 PM
agencefrei / users
0755
separator
--
28 May 2026 6.37 PM
agencefrei / users
0755
shortcode
--
28 May 2026 6.37 PM
agencefrei / users
0755
site-logo
--
28 May 2026 6.37 PM
agencefrei / users
0755
site-tagline
--
28 May 2026 6.37 PM
agencefrei / users
0755
site-title
--
28 May 2026 6.37 PM
agencefrei / users
0755
social-link
--
28 May 2026 6.37 PM
agencefrei / users
0755
social-links
--
28 May 2026 6.37 PM
agencefrei / users
0755
spacer
--
28 May 2026 6.37 PM
agencefrei / users
0755
table
--
28 May 2026 6.37 PM
agencefrei / users
0755
tag-cloud
--
28 May 2026 6.37 PM
agencefrei / users
0755
template-part
--
28 May 2026 6.37 PM
agencefrei / users
0755
term-count
--
28 May 2026 6.37 PM
agencefrei / users
0755
term-description
--
28 May 2026 6.37 PM
agencefrei / users
0755
term-name
--
28 May 2026 6.37 PM
agencefrei / users
0755
term-template
--
28 May 2026 6.37 PM
agencefrei / users
0755
terms-query
--
28 May 2026 6.37 PM
agencefrei / users
0755
text-columns
--
28 May 2026 6.37 PM
agencefrei / users
0755
verse
--
28 May 2026 6.37 PM
agencefrei / users
0755
video
--
28 May 2026 6.37 PM
agencefrei / users
0755
widget-group
--
28 May 2026 6.37 PM
agencefrei / users
0755
accordion-item.php
2.97 KB
20 May 2026 11.16 PM
agencefrei / users
0644
accordion.php
1.12 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
archives.php
4.282 KB
20 May 2026 11.16 PM
agencefrei / users
0644
avatar.php
5.502 KB
20 May 2026 11.16 PM
agencefrei / users
0644
block.php
4.088 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
blocks-json.php
194.456 KB
20 May 2026 11.16 PM
agencefrei / users
0644
breadcrumbs.php
18.61 KB
20 May 2026 11.16 PM
agencefrei / users
0644
button.php
1.711 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
calendar.php
5.933 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
categories.php
4.822 KB
20 May 2026 11.16 PM
agencefrei / users
0644
comment-author-name.php
2.083 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-content.php
2.401 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-date.php
1.819 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-edit-link.php
1.673 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-reply-link.php
2.026 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comment-template.php
4.389 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comments-pagination-next.php
1.879 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comments-pagination-numbers.php
1.594 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comments-pagination-previous.php
1.748 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comments-pagination.php
1.231 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
comments-title.php
2.722 KB
20 May 2026 11.16 PM
agencefrei / users
0644
comments.php
6.625 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
cover.php
7.248 KB
20 May 2026 11.16 PM
agencefrei / users
0644
details.php
1.463 KB
20 May 2026 11.16 PM
agencefrei / users
0644
file.php
1.835 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
footnotes.php
3.729 KB
20 May 2026 11.16 PM
agencefrei / users
0644
gallery.php
8.854 KB
20 May 2026 11.16 PM
agencefrei / users
0644
heading.php
1.271 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
home-link.php
5.311 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
icon.php
4.042 KB
20 May 2026 11.16 PM
agencefrei / users
0644
image.php
17.247 KB
20 May 2026 11.16 PM
agencefrei / users
0644
index.php
4.991 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
latest-comments.php
5.359 KB
20 May 2026 11.16 PM
agencefrei / users
0644
latest-posts.php
8.636 KB
20 May 2026 11.16 PM
agencefrei / users
0644
legacy-widget.php
3.917 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
list.php
1.243 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
loginout.php
1.625 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
media-text.php
4.197 KB
20 May 2026 11.16 PM
agencefrei / users
0644
navigation-link.php
15.841 KB
20 May 2026 11.16 PM
agencefrei / users
0644
navigation-overlay-close.php
1.724 KB
20 May 2026 11.16 PM
agencefrei / users
0644
navigation-submenu.php
11.469 KB
20 May 2026 11.16 PM
agencefrei / users
0644
navigation.php
63.298 KB
20 May 2026 11.16 PM
agencefrei / users
0644
page-list-item.php
0.353 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
page-list.php
14.716 KB
20 May 2026 11.16 PM
agencefrei / users
0644
paragraph.php
1.112 KB
20 May 2026 11.16 PM
agencefrei / users
0644
pattern.php
1.746 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-author-biography.php
1.488 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-author-name.php
1.905 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-author.php
2.67 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-comments-count.php
1.245 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-comments-form.php
2.739 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-comments-link.php
2.185 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-content.php
2.292 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-date.php
3.569 KB
20 May 2026 11.16 PM
agencefrei / users
0644
post-excerpt.php
4.214 KB
20 May 2026 11.16 PM
agencefrei / users
0644
post-featured-image.php
9.031 KB
20 May 2026 11.16 PM
agencefrei / users
0644
post-navigation-link.php
4.694 KB
20 May 2026 11.16 PM
agencefrei / users
0644
post-template.php
5.554 KB
20 May 2026 11.16 PM
agencefrei / users
0644
post-terms.php
3.555 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
post-time-to-read.php
6.261 KB
20 May 2026 11.16 PM
agencefrei / users
0644
post-title.php
2.088 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
query-no-results.php
1.804 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
query-pagination-next.php
3.59 KB
20 May 2026 11.16 PM
agencefrei / users
0644
query-pagination-numbers.php
4.59 KB
20 May 2026 11.16 PM
agencefrei / users
0644
query-pagination-previous.php
3.392 KB
20 May 2026 11.16 PM
agencefrei / users
0644
query-pagination.php
1.148 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
query-title.php
2.706 KB
20 May 2026 11.16 PM
agencefrei / users
0644
query-total.php
2.413 KB
20 May 2026 11.16 PM
agencefrei / users
0644
query.php
5.557 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
read-more.php
1.787 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
require-dynamic-blocks.php
4.861 KB
20 May 2026 11.16 PM
agencefrei / users
0644
require-static-blocks.php
0.508 KB
20 May 2026 11.16 PM
agencefrei / users
0644
rss.php
4.501 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
search.php
23.259 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
shortcode.php
0.718 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
site-logo.php
6.186 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
site-tagline.php
1.175 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
site-title.php
1.82 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
social-link.php
66.018 KB
20 May 2026 11.16 PM
agencefrei / users
0644
tag-cloud.php
1.553 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
template-part.php
10.201 KB
20 May 2026 11.16 PM
agencefrei / users
0644
term-count.php
1.8 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
term-description.php
1.729 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
term-name.php
1.99 KB
20 May 2026 11.16 PM
agencefrei / users
0644
term-template.php
4.412 KB
6 Mar 2026 7.54 PM
agencefrei / users
0644
video.php
2.669 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644
widget-group.php
2.381 KB
6 Mar 2026 5.42 PM
agencefrei / users
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF