$68 GRAYBYTE WORDPRESS FILE MANAGER $42

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

/**
 * Renders the `core/post-excerpt` block on the server.
 *
 * @since 5.8.0
 *
 * @param array    $attributes Block attributes.
 * @param string   $content    Block default content.
 * @param WP_Block $block      Block instance.
 * @return string Returns the filtered post excerpt for the current post wrapped inside "p" tags.
 */
function render_block_core_post_excerpt( $attributes, $content, $block ) {
	if ( ! isset( $block->context['postId'] ) ) {
		return '';
	}

	$more_text           = ! empty( $attributes['moreText'] ) ? '<a class="wp-block-post-excerpt__more-link" href="' . esc_url( get_the_permalink( $block->context['postId'] ) ) . '">' . wp_kses_post( $attributes['moreText'] ) . '</a>' : '';
	$filter_excerpt_more = static function ( $more ) use ( $more_text ) {
		return empty( $more_text ) ? $more : '';
	};
	/**
	 * Some themes might use `excerpt_more` filter to handle the
	 * `more` link displayed after a trimmed excerpt. Since the
	 * block has a `more text` attribute we have to check and
	 * override if needed the return value from this filter.
	 * So if the block's attribute is not empty override the
	 * `excerpt_more` filter and return nothing. This will
	 * result in showing only one `read more` link at a time.
	 *
	 * This hook needs to be applied before the excerpt is retrieved with get_the_excerpt.
	 * Otherwise, the read more link filter from the theme is not removed.
	 */
	add_filter( 'excerpt_more', $filter_excerpt_more );

	/*
	 * The purpose of the excerpt length setting is to limit the length of both
	 * automatically generated and user-created excerpts.
	 * Because the excerpt_length filter only applies to auto generated excerpts,
	 * wp_trim_words is used instead.
	 *
	 * To ensure the block's excerptLength setting works correctly for auto-generated
	 * excerpts, we temporarily override excerpt_length to 101 (the max block setting)
	 * so that wp_trim_excerpt doesn't pre-trim the content before wp_trim_words can
	 * apply the user's desired length.
	 */
	$excerpt_length = $attributes['excerptLength'];
	add_filter( 'excerpt_length', 'block_core_post_excerpt_excerpt_length', PHP_INT_MAX );

	$excerpt = get_the_excerpt( $block->context['postId'] );

	remove_filter( 'excerpt_length', 'block_core_post_excerpt_excerpt_length', PHP_INT_MAX );

	if ( isset( $excerpt_length ) ) {
		$excerpt = wp_trim_words( $excerpt, $excerpt_length );
	}

	$classes = array();
	if ( isset( $attributes['textAlign'] ) ) {
		$classes[] = 'has-text-align-' . $attributes['textAlign'];
	}
	if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) {
		$classes[] = 'has-link-color';
	}
	$wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ) ) );

	$content               = '<p class="wp-block-post-excerpt__excerpt">' . $excerpt;
	$show_more_on_new_line = ! isset( $attributes['showMoreOnNewLine'] ) || $attributes['showMoreOnNewLine'];
	if ( $show_more_on_new_line && ! empty( $more_text ) ) {
		$content .= '</p><p class="wp-block-post-excerpt__more-text">' . $more_text . '</p>';
	} else {
		$content .= " $more_text</p>";
	}
	remove_filter( 'excerpt_more', $filter_excerpt_more );
	return sprintf( '<div %1$s>%2$s</div>', $wrapper_attributes, $content );
}

/**
 * Registers the `core/post-excerpt` block on the server.
 *
 * @since 5.8.0
 */
function register_block_core_post_excerpt() {
	register_block_type_from_metadata(
		__DIR__ . '/post-excerpt',
		array(
			'render_callback' => 'render_block_core_post_excerpt',
		)
	);
}
add_action( 'init', 'register_block_core_post_excerpt' );

/**
 * Callback for the excerpt_length filter to override the excerpt length.
 *
 * If themes or plugins filter the excerpt_length, we need to
 * override the filter in the editor, otherwise
 * the excerpt length block setting has no effect.
 * Returns 101 (one more than the max block setting of 100) to ensure
 * wp_trim_words can detect when trimming is needed and add the ellipsis.
 *
 * @since 7.0.0
 *
 * @return int The excerpt length.
 */
function block_core_post_excerpt_excerpt_length() {
	return 101;
}

if ( is_admin() ) {
	add_filter( 'excerpt_length', 'block_core_post_excerpt_excerpt_length', PHP_INT_MAX );
}

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