* @package automattic/jetpack
namespace Automattic\Jetpack\Extensions\Payments;
const FEATURE_NAME = 'payments';
// Populate the available extensions with our feature.
'jetpack_set_available_extensions',
function ( $extensions ) {
// Set the feature availability, depending on the site plan.
'jetpack_register_gutenberg_extensions',
Jetpack_Gutenberg::set_availability_for_plan( FEATURE_NAME );