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 8037afc commit 00b2efbCopy full SHA for 00b2efb
plugin.php
@@ -4,7 +4,7 @@
4
* Plugin Name: Advanced Custom Fields: Editor Palette Field
5
* Plugin URI: https://github.com/log1x/acf-editor-palette
6
* Description: A Gutenberg-like editor palette color picker field for Advanced Custom Fields.
7
- * Version: 1.1.5
+ * Version: 1.1.6
8
* Author: Brandon Nifong
9
* Author URI: https://github.com/log1x
10
*/
src/Concerns/Palette.php
@@ -33,7 +33,7 @@ public function palette($color = null)
33
34
foreach ($palette as $value) {
35
if (empty($value['slug'])) {
36
- return;
+ continue;
37
}
38
39
$colors = array_merge($colors, [
0 commit comments