diff --git a/includes/class-admin-settings.php b/includes/class-admin-settings.php index 414b604..b075cc3 100644 --- a/includes/class-admin-settings.php +++ b/includes/class-admin-settings.php @@ -506,6 +506,8 @@ public function register_settings() { /** * The Fields API which any CMS should have in its core but something we dont, hence this ugly hack. * + * @codeCoverageIgnore Test with E2E tests instead. + * * @param array $args The Field Parameters. * * @return void Echos the Field HTML.