We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8446d5e commit 970944bCopy full SHA for 970944b
1 file changed
src/wp-includes/class-wp-icons-registry.php
@@ -69,6 +69,10 @@ private function __construct() {
69
return;
70
}
71
72
+ if ( ! ( $icon_data['public'] ?? false ) ) {
73
+ continue;
74
+ }
75
+
76
$this->register(
77
'core/' . $icon_name,
78
array(
0 commit comments