Skip to content

Conversation

@FahimSakib
Copy link
Contributor

Action Voxel added

$fieldLabel = ucwords(str_replace('_', ' ', $key));
}

$generatedFields[] = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$generatedFields[] = [
$generatedFields[] = self::generateField(
$fieldKey,
wp_sprintf(__("Event unit (%s)", "bit-integrations"), $postField->get_label()),
$required
);

@FahimSakib FahimSakib merged commit 6eb3dfb into main Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants