Skip to content

Commit

Permalink
ignore phpcs rule temporally
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Jan 17, 2025
1 parent d74d9ed commit 617cfe6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function print_font_faces() {
$fonts = WP_Font_Face_Resolver::get_fonts_from_theme_json();
echo '<h1>DebugFonts</h1>';
echo '<pre>';
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r
print_r( $fonts );
echo '</pre>';

Expand Down

0 comments on commit 617cfe6

Please sign in to comment.