diff --git a/inc/forms.php b/inc/forms.php index 21ab7b9..64b18fb 100644 --- a/inc/forms.php +++ b/inc/forms.php @@ -35,7 +35,6 @@ public function __construct() { */ public function init() { $this->options = Hacks::get_options(); - Hacks::get_defaults(); if ( $this->options['comment_policy'] ) { \add_action( 'comment_form_after_fields', [ $this, 'comment_form_fields' ] );