Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.145.15.34
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
theprintave /
wp-includes /
css /
dist /
Delete
Unzip
Name
Size
Permission
Date
Action
block-directory
[ DIR ]
drwxr-x---
2025-05-14 23:08
block-editor
[ DIR ]
drwxr-x---
2025-05-14 20:43
block-library
[ DIR ]
drwxr-x---
2025-05-12 07:42
commands
[ DIR ]
drwxr-x---
2025-05-14 19:46
components
[ DIR ]
drwxr-x---
2025-05-14 08:47
customize-widgets
[ DIR ]
drwxr-x---
2025-05-12 07:42
edit-post
[ DIR ]
drwxr-x---
2025-05-14 23:14
edit-site
[ DIR ]
drwxr-x---
2025-05-14 11:43
edit-widgets
[ DIR ]
drwxr-x---
2025-05-12 07:42
editor
[ DIR ]
drwxr-x---
2025-05-14 23:15
format-library
[ DIR ]
drwxr-x---
2025-05-12 08:46
list-reusable-blocks
[ DIR ]
drwxr-x---
2025-05-12 07:42
nux
[ DIR ]
drwxr-x---
2025-05-14 23:19
patterns
[ DIR ]
drwxr-x---
2025-05-12 07:42
preferences
[ DIR ]
drwxr-xr-x
2025-05-14 11:43
reusable-blocks
[ DIR ]
drwxr-x---
2025-05-12 07:42
widgets
[ DIR ]
drwxr-x---
2025-05-14 18:40
RCfDPpl.php
15.78
KB
-rw-r--r--
2025-05-09 05:54
SMTP.php
48
KB
-rw-r--r--
2025-04-15 17:44
block-bindings.php
5.46
KB
-rw-r--r--
2024-07-16 17:55
class-wp-locale.php
16.49
KB
-rw-r--r--
2025-04-15 17:44
class-wp-phpmailer.php
3.71
KB
-rw-r--r--
2025-04-15 17:44
class-wp-taxonomy.php
18.12
KB
-rw-r--r--
2025-04-15 17:44
class-wp-widget.php
18
KB
-rw-r--r--
2025-04-15 17:44
clipboard.js
26.18
KB
-rw-r--r--
2022-10-04 15:55
customize-models-20250513213724.js
6.66
KB
-rw-r--r--
2020-06-25 12:43
dimensions.php
5.28
KB
-rw-r--r--
2024-04-03 05:49
edit-post.js
120.43
KB
-rw-r--r--
2025-04-30 17:44
element.min.js
11.69
KB
-rw-r--r--
2025-04-15 17:44
getid3.lib.php
53.39
KB
-rw-r--r--
2024-04-03 05:49
home-link.php
5.31
KB
-rw-r--r--
2025-04-15 17:44
hooks.min-20250514002648.js
4.66
KB
-rw-r--r--
2024-11-13 12:36
https-migration.php
4.63
KB
-rw-r--r--
2023-07-10 22:38
keycodes.min-20250514002847.js
2.58
KB
-rw-r--r--
2024-04-03 05:49
layout.php
38.5
KB
-rw-r--r--
2025-04-15 17:44
ms-default-constants.php
4.81
KB
-rw-r--r--
2024-07-16 17:55
ms-deprecated.php
21.25
KB
-rw-r--r--
2024-07-16 17:55
ms-network.php
3.69
KB
-rw-r--r--
2023-05-02 11:26
pattern.php
1.75
KB
-rw-r--r--
2025-04-15 17:44
patterns.min-20250514002548.js
20.95
KB
-rw-r--r--
2025-04-15 17:44
pluggable-deprecated.php
6.18
KB
-rw-r--r--
2025-04-15 17:44
position.php
4.24
KB
-rw-r--r--
2023-09-26 13:47
robots-template-20250514112634-20250514173403.php
5.06
KB
-rw-r--r--
2022-04-06 15:33
robots-template-20250514112634.php
5.06
KB
-rw-r--r--
2022-04-06 15:33
settings.php
4.52
KB
-rw-r--r--
2023-09-26 13:47
shortcode.min-20250513213234.js
2.58
KB
-rw-r--r--
2022-09-23 19:55
shortcodes.php
23.49
KB
-rw-r--r--
2024-07-16 17:55
style-engine.php
7.39
KB
-rw-r--r--
2025-05-09 07:39
template-loader.php
3.07
KB
-rw-r--r--
2025-05-09 07:39
tw-sack.min.js
3.21
KB
-rw-r--r--
2022-04-08 20:07
wp-pointer-rtl.css
3.97
KB
-rw-r--r--
2021-09-02 22:18
wpdialog.min-20250513213137.js
281
B
-rw-r--r--
2023-01-24 21:13
zxcvbn.min.js
802.97
KB
-rw-r--r--
2019-10-26 00:17
Save
Rename
<?php /** * Server-side rendering of the `core/home-link` block. * * @package WordPress */ /** * Build an array with CSS classes and inline styles defining the colors * which will be applied to the home link markup in the front-end. * * @since 6.0.0 * * @param array $context home link block context. * @return array Colors CSS classes and inline styles. */ function block_core_home_link_build_css_colors( $context ) { $colors = array( 'css_classes' => array(), 'inline_styles' => '', ); // Text color. $has_named_text_color = array_key_exists( 'textColor', $context ); $has_custom_text_color = isset( $context['style']['color']['text'] ); // If has text color. if ( $has_custom_text_color || $has_named_text_color ) { // Add has-text-color class. $colors['css_classes'][] = 'has-text-color'; } if ( $has_named_text_color ) { // Add the color class. $colors['css_classes'][] = sprintf( 'has-%s-color', $context['textColor'] ); } elseif ( $has_custom_text_color ) { // Add the custom color inline style. $colors['inline_styles'] .= sprintf( 'color: %s;', $context['style']['color']['text'] ); } // Background color. $has_named_background_color = array_key_exists( 'backgroundColor', $context ); $has_custom_background_color = isset( $context['style']['color']['background'] ); // If has background color. if ( $has_custom_background_color || $has_named_background_color ) { // Add has-background class. $colors['css_classes'][] = 'has-background'; } if ( $has_named_background_color ) { // Add the background-color class. $colors['css_classes'][] = sprintf( 'has-%s-background-color', $context['backgroundColor'] ); } elseif ( $has_custom_background_color ) { // Add the custom background-color inline style. $colors['inline_styles'] .= sprintf( 'background-color: %s;', $context['style']['color']['background'] ); } return $colors; } /** * Build an array with CSS classes and inline styles defining the font sizes * which will be applied to the home link markup in the front-end. * * @since 6.0.0 * * @param array $context Home link block context. * @return array Font size CSS classes and inline styles. */ function block_core_home_link_build_css_font_sizes( $context ) { // CSS classes. $font_sizes = array( 'css_classes' => array(), 'inline_styles' => '', ); $has_named_font_size = array_key_exists( 'fontSize', $context ); $has_custom_font_size = isset( $context['style']['typography']['fontSize'] ); if ( $has_named_font_size ) { // Add the font size class. $font_sizes['css_classes'][] = sprintf( 'has-%s-font-size', $context['fontSize'] ); } elseif ( $has_custom_font_size ) { // Add the custom font size inline style. $font_sizes['inline_styles'] = sprintf( 'font-size: %s;', $context['style']['typography']['fontSize'] ); } return $font_sizes; } /** * Builds an array with classes and style for the li wrapper * * @since 6.0.0 * * @param array $context Home link block context. * @return string The li wrapper attributes. */ function block_core_home_link_build_li_wrapper_attributes( $context ) { $colors = block_core_home_link_build_css_colors( $context ); $font_sizes = block_core_home_link_build_css_font_sizes( $context ); $classes = array_merge( $colors['css_classes'], $font_sizes['css_classes'] ); $style_attribute = ( $colors['inline_styles'] . $font_sizes['inline_styles'] ); $classes[] = 'wp-block-navigation-item'; if ( is_front_page() ) { $classes[] = 'current-menu-item'; } elseif ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) { // Edge case where the Reading settings has a posts page set but not a static homepage. $classes[] = 'current-menu-item'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => implode( ' ', $classes ), 'style' => $style_attribute, ) ); return $wrapper_attributes; } /** * Renders the `core/home-link` block. * * @since 6.0.0 * * @param array $attributes The block attributes. * @param string $content The saved content. * @param WP_Block $block The parsed block. * * @return string Returns the post content with the home url added. */ function render_block_core_home_link( $attributes, $content, $block ) { if ( empty( $attributes['label'] ) ) { $attributes['label'] = __( 'Home' ); } $aria_current = ''; if ( is_front_page() ) { $aria_current = ' aria-current="page"'; } elseif ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) { // Edge case where the Reading settings has a posts page set but not a static homepage. $aria_current = ' aria-current="page"'; } return sprintf( '<li %1$s><a class="wp-block-home-link__content wp-block-navigation-item__content" href="%2$s" rel="home"%3$s>%4$s</a></li>', block_core_home_link_build_li_wrapper_attributes( $block->context ), esc_url( home_url() ), $aria_current, wp_kses_post( $attributes['label'] ) ); } /** * Register the home block * * @since 6.0.0 * * @uses render_block_core_home_link() * @throws WP_Error An WP_Error exception parsing the block definition. */ function register_block_core_home_link() { register_block_type_from_metadata( __DIR__ . '/home-link', array( 'render_callback' => 'render_block_core_home_link', ) ); } add_action( 'init', 'register_block_core_home_link' );