芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/themes/Divi/core/components/api/email/_ProviderName.php
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. } }