Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../vendor_p.../stripe/stripe-p.../lib
File: AccountLink.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// File generated from our OpenAPI spec
[2] Fix | Delete
namespace WPForms\Vendor\Stripe;
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* Account Links are the means by which a Connect platform grants a connected account permission to access
[6] Fix | Delete
* Stripe-hosted applications, such as Connect Onboarding.
[7] Fix | Delete
*
[8] Fix | Delete
* Related guide: <a href="https://stripe.com/docs/connect/custom/hosted-onboarding">Connect Onboarding</a>
[9] Fix | Delete
*
[10] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[11] Fix | Delete
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
[12] Fix | Delete
* @property int $expires_at The timestamp at which this account link will expire.
[13] Fix | Delete
* @property string $url The URL for the account link.
[14] Fix | Delete
*/
[15] Fix | Delete
class AccountLink extends ApiResource
[16] Fix | Delete
{
[17] Fix | Delete
const OBJECT_NAME = 'account_link';
[18] Fix | Delete
use ApiOperations\Create;
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function