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/clone/wp-conte.../themes/Divi/core/componen.../api/social
File: Network.php
<?php
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
abstract class ET_Core_API_SocialNetwork extends ET_Core_API_Service {
[3] Fix | Delete
[4] Fix | Delete
public function __construct( $owner = '', $account_name = '' ) {
[5] Fix | Delete
$this->service_type = 'social';
[6] Fix | Delete
[7] Fix | Delete
parent::__construct( $owner, $account_name );
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* @inheritDoc
[12] Fix | Delete
*/
[13] Fix | Delete
protected function _get_data_keys() {
[14] Fix | Delete
// Implement _get_data_keys() method.
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
/**
[18] Fix | Delete
* @inheritDoc
[19] Fix | Delete
*/
[20] Fix | Delete
public function get_account_fields() {
[21] Fix | Delete
// Implement get_fields() method.
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
/**
[25] Fix | Delete
* @inheritDoc
[26] Fix | Delete
*/
[27] Fix | Delete
protected function _get_accounts_data() {
[28] Fix | Delete
// Implement _get_accounts_data() method.
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
/**
[32] Fix | Delete
* @inheritDoc
[33] Fix | Delete
*/
[34] Fix | Delete
public function get_data_keymap( $keymap = array(), $custom_fields_key = '' ) {
[35] Fix | Delete
// Implement get_data_keymap() method.
[36] Fix | Delete
}
[37] Fix | Delete
[38] Fix | Delete
/**
[39] Fix | Delete
* @inheritDoc
[40] Fix | Delete
*/
[41] Fix | Delete
public function save_data() {
[42] Fix | Delete
// Implement save_data() method.
[43] Fix | Delete
}
[44] Fix | Delete
}
[45] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function