Remove phpcs:ignore tag.

This commit is contained in:
barryhughes 2023-05-03 11:10:44 -07:00
parent f8af80a0d4
commit 546ef267a9
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ if ( ! class_exists( 'WC_Email_New_Order' ) ) :
*
* @since 7.8.0
*/
return apply_filters( 'woocommerce_email_additional_content_' . $this->id, $this->format_string( $this->get_option( 'additional_content' ) ), $this->object, $this ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
return apply_filters( 'woocommerce_email_additional_content_' . $this->id, $this->format_string( $this->get_option( 'additional_content' ) ), $this->object, $this );
}
/**