PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/TemplateHooks/Order/AdminOrderListTemplate.php +1 -1 4.4.64.4.8 View file →
@@ -130,9 +130,9 @@
130 130 }
131 131
132 132 $order_data = array(
133 133 'action' => 'export_order_csv',
134 - 'export_id' => time() . '-' . uniqid(),
134 + 'export_id' => wp_generate_password( 24, false ),
135 135 );
136 136
137 137 $data_get = LP_Helper::sanitize_params_submitted( $_GET );
138 138 $order_data = array_merge( $data_get, $order_data );