/home/techb158/balacoffee.com/wp-content/themes/Divi/core/components/api/email
Edit: /home/techb158/balacoffee.com/wp-content/themes/Divi/core/components/api/email/_ProviderName.php (1482B)
array(
'list_id' => '',
'name' => '',
'subscribers_count' => '',
),
'subscriber' => array(
'name' => '',
'email' => '',
'list_id' => '',
'ip_address' => '',
),
);
return parent::get_data_keymap( $keymap, $custom_fields_key );
}
/**
* @inheritDoc
*/
public function fetch_subscriber_lists() {
// Implement get_subscriber_lists() method.
}
/**
* @inheritDoc
*/
public function subscribe( $args, $url = '' ) {
// Implement subscribe() method.
}
}