Skip to content

Commit

Permalink
fix headers already sent error in version 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anktd committed Jul 15, 2024
1 parent 4e9fa04 commit f9ca09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/form_fields.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

<?php

defined( 'ABSPATH' ) || exit;

class FormFields {
public static function init_form_fields($callback_url = '') {
$blockonomics = new Blockonomics;
Expand Down

0 comments on commit f9ca09d

Please sign in to comment.