PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
← All changes | includes/admin/tools/export/export-functions.php +3 -1 2.30.04.16.9 View file →
@@ -141,8 +141,9 @@
141 141 *
142 142 * Note: This function is for internal purposes only.
143 143 * Use filter "give_export_donors_get_default_columns" instead.
144 144 *
145 + * @since 3.12.1 add donor_phone_number column.
145 146 * @since 2.2.6
146 147 *
147 148 * @return array
148 149 */
@@ -153,9 +154,10 @@
153 154 'email' => __( 'Email', 'give' ),
154 155 'address' => __( 'Address', 'give' ),
155 156 'userid' => __( 'User ID', 'give' ),
156 157 'donor_created_date' => __( 'Donor Created Date', 'give' ),
157 - 'donations' => __( 'Number of donations', 'give' ),
158 + 'donor_phone_number' => __( 'Donor Phone Number', 'give' ),
159 + 'donations' => __( 'Number of donations', 'give' ),
158 160 'donation_sum' => __( 'Total Donated', 'give' ),
159 161 ];
160 162
161 163 /**