PluginProbe
Advanced Ads – Ad Manager & AdSense / 2.0.9
Advanced Ads – Ad Manager & AdSense v2.0.9
2.0.26 2.0.25 2.0.24 2.0.23 2.0.22 2.0.21 1.38.0 1.39.0 1.39.1 1.39.2 1.39.3 1.39.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.40.0 1.40.1 1.40.2 All 348 releases
← All changes | includes/functions.php +0 -15 2.0.212.0.9 View file →
@@ -103,19 +103,4 @@
103 103 }
104 104 // phpcs:enable
105 105 return false;
106 106 }
107 -
108 -/**
109 - * Returns an empty array if the value is null.
110 - *
111 - * @param mixed $value The value to check.
112 - *
113 - * @return array
114 - */
115 -if ( ! function_exists( '__return_array_if_null' ) ) {
116 - // phpcs:disable
117 - function __return_array_if_null( $value ): array {
118 - return $value ?? [];
119 - }
120 - // phpcs:enable
121 -}