Skip to content

Commit af921c9

Browse files
committed
🔧 Fix filter to action for admin head in setup
1 parent 7920ac9 commit af921c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @return void
3030
*/
31-
add_filter('admin_head', function () {
31+
add_action('admin_head', function () {
3232
if (! get_current_screen()?->is_block_editor()) {
3333
return;
3434
}

0 commit comments

Comments
 (0)