public static function get_missing_php_extensions_notice_message( string $registrant_name, array $php_extensions, bool $are_optional = false ): string {
        if ( $are_optional ) {
            return \sprintf(
                /* translators: 1. Plugin or identifiable name, 2. Comma-separated list of missing PHP extensions. */
                \_n(