We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mudar a estrutura da classe Abstract-front-end-form de modo que seja possível inserir classes no label (sr-only, por exemplo).
Acho que o ideal seria aceitar um array no label.
$form->set_fields( array( 'fields' => array( 'label' => array( 'text' => __('some text', odin), 'class' => 'sr-only exemple-classes' ), ), ) )
The text was updated successfully, but these errors were encountered:
Merge pull request #377 from matheuscl/improve_contact_form_issue_163
266c181
Fixing issue #163
Successfully merging a pull request may close this issue.
Mudar a estrutura da classe Abstract-front-end-form de modo que seja possível inserir classes no label (sr-only, por exemplo).
Acho que o ideal seria aceitar um array no label.
The text was updated successfully, but these errors were encountered: