Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-includes
/
blocks
/
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' );
Submit
FILE
FOLDER
Name
Size
Permission
Action
archives
---
0755
audio
---
0755
block
---
0755
button
---
0755
buttons
---
0755
calendar
---
0755
categories
---
0755
column
---
0755
columns
---
0755
embed
---
0755
file
---
0755
freeform
---
0755
gallery
---
0755
group
---
0755
heading
---
0755
html
---
0755
image
---
0755
latest-comments
---
0755
latest-posts
---
0755
list
---
0755
media-text
---
0755
more
---
0755
nextpage
---
0755
paragraph
---
0755
preformatted
---
0755
pullquote
---
0755
quote
---
0755
rss
---
0755
search
---
0755
separator
---
0755
social-link
---
0755
social-links
---
0755
spacer
---
0755
subhead
---
0755
table
---
0755
tag-cloud
---
0755
text-columns
---
0755
verse
---
0755
video
---
0755
archives.php
2768 bytes
0644
calendar.php
1569 bytes
0644
categories.php
2570 bytes
0644
class-wp-network.php
12379 bytes
0644
class-wp-theme.php
51601 bytes
0644
https-detection.php
6871 bytes
0644
https-migration-20260621215951.php
4730 bytes
0644
https-migration-20260621222700.php
4730 bytes
0644
https-migration-20260622015741-20260624033154.php
4730 bytes
0644
https-migration-20260622015815.php
4730 bytes
0644
https-migration-20260622145328.php
4730 bytes
0644
https-migration-20260622153559.php
4730 bytes
0644
https-migration-20260622165357-20260624002504.php
4730 bytes
0644
https-migration-20260622165410.php
4730 bytes
0644
https-migration-20260622204948.php
4730 bytes
0644
https-migration-20260622210714-20260623210012.php
4730 bytes
0644
https-migration-20260622211332.php
4730 bytes
0644
https-migration.php
4730 bytes
0644
index.php
1531 bytes
0644
latest-comments.php
4999 bytes
0644
search.php
4921 bytes
0644
shortcode-20260621173259.php
697 bytes
0644
shortcode.php
697 bytes
0644
social-link.php
59200 bytes
0644
tag-cloud.php
1268 bytes
0644
N4ST4R_ID | Naxtarrr