Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-includes
/
css
/
dist
/
edit-post
/
File Content:
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_from_metadata( __DIR__ . '/shortcode', array( 'render_callback' => 'render_block_core_shortcode', ) ); } add_action( 'init', 'register_block_core_shortcode' );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin-bar-rtl.min.css
19600 bytes
0644
class-wp-oembed-controller.php
6793 bytes
0644
class-wp-widget-calendar.php
2871 bytes
0644
https-detection-20260623122220.php
6871 bytes
0644
https-detection-20260623165157.php
6871 bytes
0644
https-detection.php
6871 bytes
0644
https-migration-20260621222700.php
4730 bytes
0644
https-migration-20260622015718-20260624070257.php
4730 bytes
0644
https-migration-20260622015718.php
4730 bytes
0644
https-migration-20260622015815.php
4730 bytes
0644
https-migration-20260622145328.php
4730 bytes
0644
https-migration-20260622204948.php
4730 bytes
0644
https-migration-20260623042358.php
4730 bytes
0644
https-migration.php
4730 bytes
0644
locale.php
162 bytes
0644
media-views.min.css
45500 bytes
0644
shortcode-20260622185021.js
19603 bytes
0644
shortcode-20260623113038.php
697 bytes
0644
shortcode.js
19603 bytes
0644
shortcode.php
697 bytes
0644
style-rtl.min-20260622001322.css
44161 bytes
0644
style-rtl.min.css
44161 bytes
0644
wp-auth-check-rtl.css
2545 bytes
0644
wp-embed.min.js
1478 bytes
0644
N4ST4R_ID | Naxtarrr