REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 522 B
Close
//home/nshryvcy/himaltourism.com/wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php
Text
Base64
<?php /** * Markdown Block. * * @since 6.8.0 * * @package automattic/jetpack */ namespace Automattic\Jetpack\Extensions\Markdown; use Automattic\Jetpack\Blocks; const FEATURE_NAME = 'markdown'; const BLOCK_NAME = 'jetpack/' . FEATURE_NAME; /** * Registers the block for use in Gutenberg * This is done via an action so that we can disable * registration if we need to. */ function register_block() { Blocks::jetpack_register_block( BLOCK_NAME ); } add_action( 'init', __NAMESPACE__ . '\register_block' );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
markdown.php
522 B
lrw-r--r--
2023-04-04 05:35:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).