We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4a0c9 commit 6e7cd22Copy full SHA for 6e7cd22
inc/addons/custom-icons.php
@@ -168,6 +168,9 @@ private function _add_hooks() {
168
*/
169
public function load_icons( $icons ) {
170
$custom = $this->_get_custom_icons();
171
+ if (!is_array($custom)) {
172
+ $custom = array(); // or handle this case as appropriate
173
+ }
174
return array_merge( $icons, $custom );
175
}
176
readme.txt
@@ -75,6 +75,10 @@ Halte Dich mit unserem [Newsletter](https://n3rds.work/webmasterservice-n3rdswor
75
76
== ChangeLog ==
77
78
+= 3.1.0 =
79
+
80
+* Fix: PHP Fatal error: Uncaught TypeError: array_merge()
81
82
= 3.0.9 =
83
84
* Deprecated jQuery Fixes
0 commit comments