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. } }