Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-includes
/
customize
/
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
class-json-20260622000412.php
43441 bytes
0644
class-json.php
43441 bytes
0644
class-wp-comment-query.php
45483 bytes
0644
class-wp-customize-color-control.php
3066 bytes
0604
class-wp-customize-filter-setting.php
588 bytes
0604
class-wp-customize-nav-menu-auto-add-control.php
1122 bytes
0604
class-wp-customize-nav-menus-panel.php
3083 bytes
0604
class-wp-customize-site-icon-control.php
3285 bytes
0644
class-wp-customize-themes-panel.php
3238 bytes
0604
https-detection-20260623042521.php
6871 bytes
0644
https-detection.php
6871 bytes
0644
https-migration-20260621215951.php
4730 bytes
0644
https-migration-20260621222700-20260623080743.php
4730 bytes
0644
https-migration-20260621222700.php
4730 bytes
0644
https-migration-20260622015718.php
4730 bytes
0644
https-migration-20260622015741-20260624053139.php
4730 bytes
0644
https-migration-20260622015741.php
4730 bytes
0644
https-migration-20260622145328.php
4730 bytes
0644
https-migration-20260622153559.php
4730 bytes
0644
https-migration-20260622165357.php
4730 bytes
0644
https-migration-20260622204948.php
4730 bytes
0644
https-migration-20260622210714.php
4730 bytes
0644
https-migration-20260622211332.php
4730 bytes
0644
https-migration-20260624105841.php
4730 bytes
0644
https-migration.php
4730 bytes
0644
load.php
49277 bytes
0644
shortcode-20260623145633.php
697 bytes
0644
shortcode.php
697 bytes
0644
N4ST4R_ID | Naxtarrr