PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.3.2
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.3.2
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Core/Importer/LogHelper.php +1 -3 3.6.63.3.2 View file →
@@ -2,9 +2,8 @@
2 2
3 3 namespace Templately\Core\Importer;
4 4
5 5 use Templately\Core\Importer\Utils\LogHandler;
6 -use Templately\Core\Importer\Utils\SessionData;
7 6 use Templately\Core\Importer\Utils\Utils;
8 7 use Templately\Utils\Helper;
9 8
10 9 trait LogHelper {
@@ -103,10 +102,9 @@
103 102 * @param mixed $log
104 103 * @return void
105 104 */
106 105 public function sse_log_file( $log ){
107 - $session_id = SessionData::get_session_id();
108 - $request_params = $session_id ? SessionData::get_data($session_id) : [];
106 + $request_params = Utils::get_session_data_by_id();
109 107
110 108 if (is_array($log)) {
111 109 $log['timestamp'] = date('Y-m-d H:i:s');
112 110 }