Linux webd002.cluster121.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.121.40.2 | : 216.73.216.88
Cant Read [ /etc/named.conf ]
7.2.34
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
letacommog /
lavenue /
wp-includes /
blocks /
[ HOME SHELL ]
Name
Size
Permission
Action
archives.php
3.24
KB
-rw-r--r--
block.php
859
B
-rw-r--r--
calendar.php
1.94
KB
-rw-r--r--
categories.php
2.53
KB
-rw-r--r--
latest-comments.php
5.42
KB
-rw-r--r--
latest-posts.php
3.03
KB
-rw-r--r--
rss.php
3.86
KB
-rw-r--r--
search.php
1.83
KB
-rw-r--r--
shortcode.php
678
B
-rw-r--r--
tag-cloud.php
1.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shortcode.php
<?php /** * Server-side rendering of the `core/shortcode` block. * * @package WordPress */ /** * Performs wpautop() on the shortcode block content. * * @param array $attributes The block attributes. * @param string $content The block content. * * @return string Returns the block content. */ function render_block_core_shortcode( $attributes, $content ) { return wpautop( $content ); } /** * Registers the `core/shortcode` block on server. */ function register_block_core_shortcode() { register_block_type( 'core/shortcode', array( 'render_callback' => 'render_block_core_shortcode', ) ); } add_action( 'init', 'register_block_core_shortcode' );
Close