PluginProbe
Assistant – Every Day Productivity Apps / 1.4.7
Assistant – Every Day Productivity Apps v1.4.7
1.5.5 trunk 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.4 0.4.1 0.4.2 0.5.0 0.5.1 0.6.0 0.7.0 0.7.0.2 0.7.0.3 0.7.0.4 0.7.0.5 0.7.0.6 0.7.0.7 0.7.0.8 0.7.0.9 0.7.1 1.0 All 71 releases
← All changes | backend/src/Helpers/ScreenshotHelper.php +1 -1 1.01.4.7 View file →
@@ -43,9 +43,9 @@
43 43 * @param string $url
44 44 * @return array
45 45 */
46 46 static public function get_for_url( $url, $logged_in = true ) {
47 - $response = wp_remote_get(
47 + $response = wp_safe_remote_get(
48 48 $url, [
49 49 'cookies' => $logged_in ? $_COOKIE : [],
50 50 ]
51 51 );