is_wpcom_simple() || ! ( new Status() )->is_offline_mode() */ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) { if ( function_exists( 'wpcom_is_automattic_p2_site' ) && wpcom_is_automattic_p2_site() ) { Blocks::jetpack_register_block( __DIR__, array( 'render_callback' => __NAMESPACE__ . '\load_assets' ) ); } } } add_action( 'init', __NAMESPACE__ . '\register_block' ); /** * "Voice to content" block registration/dependency declaration. * * @param array $attr Array containing the "Voice to content" block attributes. * @param string $content String containing the "Voice to content" block content. * * @return string */ function load_assets( $attr, $content ) { /* * Enqueue necessary scripts and styles. */ Jetpack_Gutenberg::load_assets_as_required( __DIR__ ); return sprintf( '