Skip to content

Commit

Permalink
fix: Remove notice from footer area
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwestin committed Oct 22, 2021
1 parent 07f1139 commit 0758e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/disable-features.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/*
* Remove footer text
*/
add_filter("admin_footer_text", "");
add_filter("admin_footer_text", function() {});

/*
* Disable json rest api if WP GraphQL is enabled
Expand Down

0 comments on commit 0758e59

Please sign in to comment.