cwcfp_send_field_details_to_admin

The cwcfp_send_field_details_to_admin filter lets you determine whether or not to add the conditional field details to the order emails that are sent to the administrator.

The filter expects a boolean result (true or false). By default, it returns true, which enables the conditional field details to be included in the order emails.

Usage:

/**
 * Prevent the conditional fields from being added to the admin's email.
 */
add_filter( 'cwcfp_send_field_details_to_admin', __return_false );