jetpack_contact_form_submit_button_class, pushbutton-wide . $gutenberg_submit_button_classes
jetpack_contact_form_submit_button_class, pushbutton-wide . $gutenberg_submit_button_classes
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_contact_form_submit_button_class, pushbutton-wide . $gutenberg_submit_button_classes') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 1633
* @since 6.6.0 * * @param string $class Additional CSS classes for button attribute. */ $submit_button_class = apply_filters( 'jetpack_contact_form_submit_button_class', 'pushbutton-wide' . $gutenberg_submit_button_classes ); $submit_button_styles = ''; if ( ! empty( $attributes['customBackgroundButtonColor'] ) ) { $submit_button_styles .= 'background-color: ' . $attributes['customBackgroundButtonColor'] . '; '; } if ( ! empty( $attributes['customTextButtonColor'] ) ) {