render_block_core_form_email_content, $content, $params
render_block_core_form_email_content, $content, $params
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('render_block_core_form_email_content, $content, $params') is found 1 times:
- /build/scripts/block-library/form.php line 89
$content .= sanitize_key( $key ) . ': ' . wp_kses_post( $value ) . '</br>'; } // Filter the email content. $content = apply_filters( 'render_block_core_form_email_content', $content, $params ); // Send the email. $result = wp_mail( str_replace( 'mailto:', '', $params['formAction'] ), __( 'Form submission' ), $content